Html Css Color HEX #788880 Granny Smith

📋 copy color: '#788880'

red 120 ◦ green 136 ◦ blue 128

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

Shades of Granny Smith #788880

Tints of Granny Smith #788880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.33%

R = 31.25%
G = 35.42%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#788880 (or 0x788880) is known color: Granny Smith. HEX triplet: 78, 88 and 80. RGB value is (120,136,128). Sum of RGB (Red+Green+Blue) = 120+136+128=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 136 - color contains mainly: green. Hex color #788880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788880 is #87777F. Grayscale: #828282. Windows color (decimal): -8877952 or 8423544. OLE color: 8423544.

HSL color Cylindrical-coordinate representation of color #788880: 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.12%. Process color model (Four color, CMYK) of #788880 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 136 128 -
CMYK 0.12 0 0.06 0.47
HSL 150º 0.06% 0.5% -
HSV(B) 150º 0.12% 0.53% -
XYZ 20.45 23.16 23.81 -
YUV 130.3 126.7 120.65 -
System Red Green Blue C M Y K H S L
Decimal 120 136 128 0.12 0 0.06 0.47 150 0.06 0.5
Hex 78 88 80 C 0 6 2F 96 6 32
Octal 170 210 200 14 0 6 57 226 6 62
Binary 1111000 10001000 10000000 1100 0 110 101111 10010110 110 110010

Color Harmonies of #788880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788880

Black with #788880

Text Example


Text Example

White with #788880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788880; }

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

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

background-color css

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

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

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

border-color css

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

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

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