Html Css Color HEX #78877F Granny Smith

📋 copy color: '#78877F'

red 120 ◦ green 135 ◦ blue 127

#78877F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith #78877F

Tints of Granny Smith #78877F

RGB

 RED value IS 120 (47.27% from 255) = 31.41%

 GREEN value IS 135 (53.13% from 255) = 35.34%

 BLUE value IS 127 (50% from 255) = 33.25%

R = 31.41%
G = 35.34%
B = 33.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#78877F (or 0x78877F) is known color: Granny Smith. HEX triplet: 78, 87 and 7F. RGB value is (120,135,127). Sum of RGB (Red+Green+Blue) = 120+135+127=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 135 - color contains mainly: green. Hex color #78877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78877F is #877880. Grayscale: #818181. Windows color (decimal): -8878209 or 8357752. OLE color: 8357752.

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

Color convert

RGB 120 135 127 -
CMYK 0.11 0 0.06 0.47
HSL 148º 0.06% 0.5% -
HSV(B) 148º 0.11% 0.53% -
XYZ 20.24 22.85 23.42 -
YUV 129.6 126.53 121.15 -
System Red Green Blue C M Y K H S L
Decimal 120 135 127 0.11 0 0.06 0.47 148 0.06 0.5
Hex 78 87 7F B 0 6 2F 94 6 32
Octal 170 207 177 13 0 6 57 224 6 62
Binary 1111000 10000111 1111111 1011 0 110 101111 10010100 110 110010

Color Harmonies of #78877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78877F

Black with #78877F

Text Example


Text Example

White with #78877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78877F;
 }
 .AnyTagClassName
 {
   color: #78877F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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