Html Css Color HEX #788780 Granny Smith

📋 copy color: '#788780'

red 120 ◦ green 135 ◦ blue 128

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

Shades of Granny Smith #788780

Tints of Granny Smith #788780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.25%

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

R = 31.33%
G = 35.25%
B = 33.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#788780 (or 0x788780) is known color: Granny Smith. HEX triplet: 78, 87 and 80. RGB value is (120,135,128). Sum of RGB (Red+Green+Blue) = 120+135+128=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 135 - color contains mainly: green. Hex color #788780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788780 is #87787F. Grayscale: #818181. Windows color (decimal): -8878208 or 8423288. OLE color: 8423288.

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

Color convert

RGB 120 135 128 -
CMYK 0.11 0 0.05 0.47
HSL 152º 0.06% 0.5% -
HSV(B) 152º 0.11% 0.53% -
XYZ 20.31 22.88 23.77 -
YUV 129.72 127.03 121.07 -
System Red Green Blue C M Y K H S L
Decimal 120 135 128 0.11 0 0.05 0.47 152 0.06 0.5
Hex 78 87 80 B 0 5 2F 98 6 32
Octal 170 207 200 13 0 5 57 230 6 62
Binary 1111000 10000111 10000000 1011 0 101 101111 10011000 110 110010

Color Harmonies of #788780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788780

Black with #788780

Text Example


Text Example

White with #788780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788780; }

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

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

background-color css

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

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

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

border-color css

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

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

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