Html Css Color HEX #788782 Granny Smith

📋 copy color: '#788782'

red 120 ◦ green 135 ◦ blue 130

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

Shades of Granny Smith #788782

Tints of Granny Smith #788782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.77%

R = 31.17%
G = 35.06%
B = 33.77%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#788782 (or 0x788782) is known color: Granny Smith. HEX triplet: 78, 87 and 82. RGB value is (120,135,130). Sum of RGB (Red+Green+Blue) = 120+135+130=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 135 - color contains mainly: green. Hex color #788782 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788782 is #87787D. Grayscale: #818181. Windows color (decimal): -8878206 or 8554360. OLE color: 8554360.

HSL color Cylindrical-coordinate representation of color #788782: hue angle of 160º 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 #788782 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 135 130 -
CMYK 0.11 0 0.04 0.47
HSL 160º 0.06% 0.5% -
HSV(B) 160º 0.11% 0.53% -
XYZ 20.44 22.93 24.47 -
YUV 129.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 120 135 130 0.11 0 0.04 0.47 160 0.06 0.5
Hex 78 87 82 B 0 4 2F A0 6 32
Octal 170 207 202 13 0 4 57 240 6 62
Binary 1111000 10000111 10000010 1011 0 100 101111 10100000 110 110010

Color Harmonies of #788782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788782

Black with #788782

Text Example


Text Example

White with #788782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788782; }

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

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

background-color css

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

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

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

border-color css

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

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

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