Html Css Color HEX #788A81 Granny Smith

📋 copy color: '#788A81'

red 120 ◦ green 138 ◦ blue 129

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

Shades of Granny Smith #788A81

Tints of Granny Smith #788A81

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.66%

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

R = 31.01%
G = 35.66%
B = 33.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#788A81 (or 0x788A81) is known color: Granny Smith. HEX triplet: 78, 8A and 81. RGB value is (120,138,129). Sum of RGB (Red+Green+Blue) = 120+138+129=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 138 - color contains mainly: green. Hex color #788A81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788A81 is #87757E. Grayscale: #838383. Windows color (decimal): -8877439 or 8489592. OLE color: 8489592.

HSL color Cylindrical-coordinate representation of color #788A81: hue angle of 150º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #788A81 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 138 129 -
CMYK 0.13 0 0.07 0.46
HSL 150º 0.07% 0.51% -
HSV(B) 150º 0.13% 0.54% -
XYZ 20.8 23.76 24.26 -
YUV 131.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 120 138 129 0.13 0 0.07 0.46 150 0.07 0.51
Hex 78 8A 81 D 0 7 2E 96 7 33
Octal 170 212 201 15 0 7 56 226 7 63
Binary 1111000 10001010 10000001 1101 0 111 101110 10010110 111 110011

Color Harmonies of #788A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788A81

Black with #788A81

Text Example


Text Example

White with #788A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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