#76847F

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

Shades of Granny Smith #76847F

Tints of Granny Smith #76847F

Color information

#76847F (or 0x76847F) is unknown color: approx Granny Smith. HEX triplet: 76, 84 and 7F. RGB value is (118,132,127). Sum of RGB (Red+Green+Blue) = 118+132+127=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 132 - color contains mainly: green. Hex color #76847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76847F is #897B80. Grayscale: #7F7F7F. Windows color (decimal): -9010049 or 8356982. OLE color: 8356982.

HSL color Cylindrical-coordinate representation of color #76847F: hue angle of 158.57º 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 #76847F is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB118132127-
CMYK0.1100.040.48
HSL158.57º5.6%49.02%-
HSV(B)158.57º10.61%51.76%-
XYZ19.5521.8923.27-
YUV127.24127.86121.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 127 (50% from 255) = 33.69%
R=31.30%
G=35.01%
B=33.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1181321270.1100.040.48158.575.649.02
Hex76847FB04309f631
Octal166204177130460237661
Binary11101101000010011111111011010011000010011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76847F; }

 p { color: rgb(118,132,127); }

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

<style>
 a { background-color: #76847F; }

 a { background-color: rgb(118,132,127); }

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

<style>
 span { border-color: #76847F; }

 span { border-color: rgb(118,132,127); }

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