Color Hex Logo

#748977 Color Hex

#748977
(116,137,119)
0 Favorites   0 Comments

Color spaces of #748977

RGB 116137119
HSL0.360.080.50
HSV129°15°54°
CMYK 0.150.000.13   0.46
XYZ19.477922.936220.8533
Yxy22.93620.30790.3625
Hunter Lab47.8918-11.21347.7078
CIE-Lab55.0066-11.27837.1413

#748977 color RGB value is (116,137,119).

#748977 hex color red value is 116, green value is 137 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #748977 hue: 0.36 , saturation: 0.08 and the lightness value of 748977 is 0.50.

The process color (four color CMYK) of #748977 color hex is 0.15, 0.00, 0.13, 0.46. Web safe color of #748977 is #669966. Color #748977 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001001 01110111
Octal 164 211 167
Decimal 116 137 119
Hex 74 89 77

RGB Percentages of Color #748977

%31.18
%36.83
%31.99

CMYK Percentages of Color #748977

%15
%0
%13
%46

Triadic Colors of #748977

#748977 #777489 #897774

Analogous Colors of #748977

#748977 #748982 #7c8974

Monochromatic Colors of #748977

#748977

Complementary Color

#748977 #897486

#748977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748977 Color CSS Codes

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

#748977 Text Font Color

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

This sample text font color is #748977
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.


#748977 Background Color

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

This div background color is #748977


#748977 Border Color

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

This div border color is #748977


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,137,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #748977; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #748977;
  -webkit-box-shadow: 1px 1px 3px 2px #748977;
  box-shadow:         1px 1px 3px 2px #748977; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748977


Comments

No comments written yet.

Please login to write comment.