Html Css Color HEX #788D86 Granny Smith

📋 copy color: '#788D86'

red 120 ◦ green 141 ◦ blue 134

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

Shades of Granny Smith #788D86

Tints of Granny Smith #788D86

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.7%

 BLUE value IS 134 (52.73% from 255) = 33.92%

R = 30.38%
G = 35.7%
B = 33.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#788D86 (or 0x788D86) is known color: Granny Smith. HEX triplet: 78, 8D and 86. RGB value is (120,141,134). Sum of RGB (Red+Green+Blue) = 120+141+134=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 141 (55.47% from 255 or 35.70% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 141 - color contains mainly: green. Hex color #788D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788D86 is #877279. Grayscale: #858585. Windows color (decimal): -8876666 or 8818040. OLE color: 8818040.

HSL color Cylindrical-coordinate representation of color #788D86: hue angle of 160º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #788D86 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 141 134 -
CMYK 0.15 0 0.05 0.45
HSL 160º 0.08% 0.51% -
HSV(B) 160º 0.15% 0.55% -
XYZ 21.57 24.76 26.2 -
YUV 133.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 120 141 134 0.15 0 0.05 0.45 160 0.08 0.51
Hex 78 8D 86 F 0 5 2D A0 8 33
Octal 170 215 206 17 0 5 55 240 10 63
Binary 1111000 10001101 10000110 1111 0 101 101101 10100000 1000 110011

Color Harmonies of #788D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788D86

Black with #788D86

Text Example


Text Example

White with #788D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788D86; }

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

 H1.HeaderClassName
 {
   color: #788D86;
 }
 .AnyTagClassName
 {
   color: #788D86;
 }
</style>

background-color css

<style>
 a { background-color: #788D86; }

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

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

border-color css

<style>
 span { border-color: #788D86; }

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

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