#78847E

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

Shades of Granny Smith #78847E

Tints of Granny Smith #78847E

Color information

#78847E (or 0x78847E) is unknown color: approx Granny Smith. HEX triplet: 78, 84 and 7E. RGB value is (120,132,126). Sum of RGB (Red+Green+Blue) = 120+132+126=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 132 - color contains mainly: green. Hex color #78847E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78847E is #877B81. Grayscale: #7F7F7F. Windows color (decimal): -8878978 or 8291448. OLE color: 8291448.

HSL color Cylindrical-coordinate representation of color #78847E: hue angle of 150º 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 #78847E is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB120132126-
CMYK0.0900.050.48
HSL150º4.76%49.41%-
HSV(B)150º9.09%51.76%-
XYZ19.762222.94-
YUV127.73127.02122.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 132 (51.95% from 255) = 34.92%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=31.75%
G=34.92%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1201321260.0900.050.481504.7649.41
Hex78847E9053096531
Octal170204176110560226561
Binary11110001000010011111101001010111000010010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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