Html Css Color HEX #78857F Granny Smith

📋 copy color: '#78857F'

red 120 ◦ green 133 ◦ blue 127

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

Shades of Granny Smith #78857F

Tints of Granny Smith #78857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35%

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

R = 31.58%
G = 35%
B = 33.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#78857F (or 0x78857F) is known color: Granny Smith. HEX triplet: 78, 85 and 7F. RGB value is (120,133,127). Sum of RGB (Red+Green+Blue) = 120+133+127=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 133 - color contains mainly: green. Hex color #78857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78857F is #877A80. Grayscale: #808080. Windows color (decimal): -8878721 or 8357240. OLE color: 8357240.

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

Color convert

RGB 120 133 127 -
CMYK 0.10 0 0.05 0.48
HSL 152.31º 0.05% 0.5% -
HSV(B) 152.31º 0.1% 0.52% -
XYZ 19.96 22.3 23.33 -
YUV 128.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 120 133 127 0.10 0 0.05 0.48 152.31 0.05 0.5
Hex 78 85 7F A 0 5 30 98 5 32
Octal 170 205 177 12 0 5 60 230 5 62
Binary 1111000 10000101 1111111 1010 0 101 110000 10011000 101 110010

Color Harmonies of #78857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78857F

Black with #78857F

Text Example


Text Example

White with #78857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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