#76857E

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

Shades of Granny Smith #76857E

Tints of Granny Smith #76857E

Color information

#76857E (or 0x76857E) is unknown color: approx Granny Smith. HEX triplet: 76, 85 and 7E. RGB value is (118,133,126). Sum of RGB (Red+Green+Blue) = 118+133+126=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 133 - color contains mainly: green. Hex color #76857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76857E is #897A81. Grayscale: #7F7F7F. Windows color (decimal): -9009794 or 8291702. OLE color: 8291702.

HSL color Cylindrical-coordinate representation of color #76857E: hue angle of 152º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76857E is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB118133126-
CMYK0.1100.050.48
HSL152º5.98%49.22%-
HSV(B)152º11.28%52.16%-
XYZ19.6222.1322.98-
YUV127.72127.03121.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 133 (52.34% from 255) = 35.28%
BLUE value IS 126 (49.61% from 255) = 33.42%
R=31.30%
G=35.28%
B=33.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181331260.1100.050.481525.9849.22
Hex76857EB053098631
Octal166205176130560230661
Binary11101101000010111111101011010111000010011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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