#78847F

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

Shades of Granny Smith #78847F

Tints of Granny Smith #78847F

Color information

#78847F (or 0x78847F) is unknown color: approx Granny Smith. HEX triplet: 78, 84 and 7F. RGB value is (120,132,127). Sum of RGB (Red+Green+Blue) = 120+132+127=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 132 - color contains mainly: green. Hex color #78847F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78847F is #877B80. Grayscale: #7F7F7F. Windows color (decimal): -8878977 or 8356984. OLE color: 8356984.

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

Color convert

RGB120132127-
CMYK0.0900.040.48
HSL155º4.76%49.41%-
HSV(B)155º9.09%51.76%-
XYZ19.8322.0323.29-
YUV127.84127.52122.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.66%
GREEN value IS 132 (51.95% from 255) = 34.83%
BLUE value IS 127 (50% from 255) = 33.51%
R=31.66%
G=34.83%
B=33.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201321270.0900.040.481554.7649.41
Hex78847F904309b531
Octal170204177110460233561
Binary11110001000010011111111001010011000010011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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