Color Hex Logo

#748976 Color Hex

#748976
(116,137,118)
0 Favorites   0 Comments

Color spaces of #748976

RGB 116137118
HSL0.350.080.50
HSV126°15°54°
CMYK 0.150.000.14   0.46
XYZ19.418122.912320.5386
Yxy22.91230.30890.3644
Hunter Lab47.8668-11.35498.0667
CIE-Lab54.9819-11.47397.6816

#748976 color RGB value is (116,137,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10001001 01110110
Octal 164 211 166
Decimal 116 137 118
Hex 74 89 76

RGB Percentages of Color #748976

%31.27
%36.93
%31.81

CMYK Percentages of Color #748976

%15
%0
%14
%46

Triadic Colors of #748976

#748976 #767489 #897674

Analogous Colors of #748976

#748976 #748981 #7d8974

Monochromatic Colors of #748976

#748976

Complementary Color

#748976 #897487

#748976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#748976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#748976 Color CSS Codes

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

#748976 Text Font Color

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

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


#748976 Background Color

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

This div background color is #748976


#748976 Border Color

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

This div border color is #748976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #748976


Comments

No comments written yet.

Please login to write comment.