#76877E

Color #76877E Granny Smith (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith #76877E

Tints of Granny Smith #76877E

Color information

#76877E (or 0x76877E) is unknown color: approx Granny Smith. HEX triplet: 76, 87 and 7E. RGB value is (118,135,126). Sum of RGB (Red+Green+Blue) = 118+135+126=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #76877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76877E is #897881. Grayscale: #808080. Windows color (decimal): -9009282 or 8292214. OLE color: 8292214.

HSL color Cylindrical-coordinate representation of color #76877E: hue angle of 148.24º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #76877E is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB118135126-
CMYK0.1300.070.47
HSL148.24º6.72%49.61%-
HSV(B)148.24º12.59%52.94%-
XYZ19.922.6923.07-
YUV128.89126.37120.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 31.13%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=31.13%
G=35.62%
B=33.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181351260.1300.070.47148.246.7249.61
Hex76877ED072F94732
Octal166207176150757224762
Binary11101101000011111111101101011110111110010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76877E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76877E; }

 p { color: rgb(118,135,126); }

 H1.HeaderClassName
 {
   color: #76877E;
 }
 .AnyTagClassName
 {
   color: #76877E;
 }
</style>
background-color css

<style>
 a { background-color: #76877E; }

 a { background-color: rgb(118,135,126); }

 div.DivClassName
 {
   background-color: #76877E;
 }
 .BgClassName
 {
   background-color: #76877E;
 }
</style>
border-color css

<style>
 span { border-color: #76877E; }

 span { border-color: rgb(118,135,126); }

 td.TdClassName
 {
   border-color: #76877E;
 }
 .TagClassName
 {
   border-color: #76877E;
 }
</style>