Color Hex Logo

#748972 Color Hex

#748972
(116,137,114)
0 Favorites   0 Comments

Color spaces of #748972

RGB 116137114
HSL0.320.090.49
HSV115°17°54°
CMYK 0.150.000.17   0.46
XYZ19.185422.819219.3130
Yxy22.81920.31290.3721
Hunter Lab47.7694-11.90659.4679
CIE-Lab54.8856-12.24009.8441

#748972 color RGB value is (116,137,114).

#748972 hex color red value is 116, green value is 137 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #748972 hue: 0.32 , saturation: 0.09 and the lightness value of 748972 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001001 01110010
Octal 164 211 162
Decimal 116 137 114
Hex 74 89 72

RGB Percentages of Color #748972

%31.61
%37.33
%31.06

CMYK Percentages of Color #748972

%15
%0
%17
%46

Triadic Colors of #748972

#748972 #727489 #897274

Analogous Colors of #748972

#748972 #72897c #808972

Monochromatic Colors of #748972

#748972

Complementary Color

#748972 #877289

#748972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748972 Color CSS Codes

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

#748972 Text Font Color

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

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


#748972 Background Color

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

This div background color is #748972


#748972 Border Color

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

This div border color is #748972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748972


Comments

No comments written yet.

Please login to write comment.