Html Css Color HEX #78867F Granny Smith

📋 copy color: '#78867F'

red 120 ◦ green 134 ◦ blue 127

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

Shades of Granny Smith #78867F

Tints of Granny Smith #78867F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.17%

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

R = 31.5%
G = 35.17%
B = 33.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#78867F (or 0x78867F) is known color: Granny Smith. HEX triplet: 78, 86 and 7F. RGB value is (120,134,127). Sum of RGB (Red+Green+Blue) = 120+134+127=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 134 (52.73% from 255 or 35.17% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 134 - color contains mainly: green. Hex color #78867F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78867F is #877980. Grayscale: #818181. Windows color (decimal): -8878465 or 8357496. OLE color: 8357496.

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

Color convert

RGB 120 134 127 -
CMYK 0.10 0 0.05 0.47
HSL 150º 0.06% 0.5% -
HSV(B) 150º 0.1% 0.53% -
XYZ 20.1 22.58 23.38 -
YUV 129.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 120 134 127 0.10 0 0.05 0.47 150 0.06 0.5
Hex 78 86 7F A 0 5 2F 96 6 32
Octal 170 206 177 12 0 5 57 226 6 62
Binary 1111000 10000110 1111111 1010 0 101 101111 10010110 110 110010

Color Harmonies of #78867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78867F

Black with #78867F

Text Example


Text Example

White with #78867F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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