Color Hex Logo

#748f78 Color Hex

#748F78
(116,143,120)
0 Favorites   0 Comments

Color spaces of #748f78

RGB 116143120
HSL0.360.110.51
HSV129°19°56°
CMYK 0.190.000.16   0.44
XYZ20.415124.714021.4636
Yxy24.71400.30660.3711
Hunter Lab49.7132-13.69579.2008
CIE-Lab56.7957-14.33609.1122

#748f78 color RGB value is (116,143,120).

#748f78 hex color red value is 116, green value is 143 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #748f78 hue: 0.36 , saturation: 0.11 and the lightness value of 748f78 is 0.51.

The process color (four color CMYK) of #748f78 color hex is 0.19, 0.00, 0.16, 0.44. Web safe color of #748f78 is #669966. Color #748f78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001111 01111000
Octal 164 217 170
Decimal 116 143 120
Hex 74 8F 78

RGB Percentages of Color #748f78

%30.61
%37.73
%31.66

CMYK Percentages of Color #748f78

%19
%0
%16
%44

Triadic Colors of #748f78

#748f78 #78748f #8f7874

Analogous Colors of #748f78

#748f78 #748f86 #7e8f74

Monochromatic Colors of #748f78

#748f78

Complementary Color

#748f78 #8f748b

#748f78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748f78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748f78 Color CSS Codes

.mybgcolor {background-color:#748f78; } 
.myforecolor {color:#748f78; }
.mybordercolor {border:3px solid #748f78; }

#748f78 Text Font Color

<p style="color:#748f78">Text here</p>

This sample text font color is #748f78
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#748f78 Background Color

<div style="background-color:#748f78">
Div content here</div>

This div background color is #748f78


#748f78 Border Color

<div style="border:3px solid #748f78">
Div here</div>

This div border color is #748f78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,143,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #748f78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #748f78;
  -webkit-box-shadow: 1px 1px 3px 2px #748f78;
  box-shadow:         1px 1px 3px 2px #748f78; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,143,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #748f78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #748f78;
  -webkit-box-shadow: 1px 1px 3px 2px #748f78;
  box-shadow:         1px 1px 3px 2px #748f78;">
Div content here</div>

This div box has shadow with color #748f78


Comments

No comments written yet.

Please login to write comment.