Html Css Color HEX #788881 Granny Smith

📋 copy color: '#788881'

red 120 ◦ green 136 ◦ blue 129

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

Shades of Granny Smith #788881

Tints of Granny Smith #788881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.32%

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 31.17%
G = 35.32%
B = 33.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#788881 (or 0x788881) is known color: Granny Smith. HEX triplet: 78, 88 and 81. RGB value is (120,136,129). Sum of RGB (Red+Green+Blue) = 120+136+129=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #788881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788881 is #87777E. Grayscale: #828282. Windows color (decimal): -8877951 or 8489080. OLE color: 8489080.

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

Color convert

RGB 120 136 129 -
CMYK 0.12 0 0.05 0.47
HSL 153.75º 0.06% 0.5% -
HSV(B) 153.75º 0.12% 0.53% -
XYZ 20.51 23.19 24.16 -
YUV 130.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 120 136 129 0.12 0 0.05 0.47 153.75 0.06 0.5
Hex 78 88 81 C 0 5 2F 9A 6 32
Octal 170 210 201 14 0 5 57 232 6 62
Binary 1111000 10001000 10000001 1100 0 101 101111 10011010 110 110010

Color Harmonies of #788881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788881

Black with #788881

Text Example


Text Example

White with #788881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788881; }

 p { color: rgb(120,136,129); }

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

background-color css

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

 a { background-color: rgb(120,136,129); }

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

border-color css

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

 span { border-color: rgb(120,136,129); }

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