Html Css Color HEX #788979 Davy's Grey

📋 copy color: '#788979'

red 120 ◦ green 137 ◦ blue 121

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

Shades of Davy's Grey #788979

Tints of Davy's Grey #788979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.24%

 BLUE value IS 121 (47.66% from 255) = 32.01%

R = 31.75%
G = 36.24%
B = 32.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#788979 (or 0x788979) is known color: Davy's Grey. HEX triplet: 78, 89 and 79. RGB value is (120,137,121). Sum of RGB (Red+Green+Blue) = 120+137+121=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #788979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788979 is #877686. Grayscale: #828282. Windows color (decimal): -8877703 or 7965048. OLE color: 7965048.

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

Color convert

RGB 120 137 121 -
CMYK 0.12 0 0.12 0.46
HSL 123.53º 0.07% 0.5% -
HSV(B) 123.53º 0.12% 0.54% -
XYZ 20.14 23.26 21.52 -
YUV 130.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 120 137 121 0.12 0 0.12 0.46 123.53 0.07 0.5
Hex 78 89 79 C 0 C 2E 7C 7 32
Octal 170 211 171 14 0 14 56 174 7 62
Binary 1111000 10001001 1111001 1100 0 1100 101110 1111100 111 110010

Color Harmonies of #788979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788979

Black with #788979

Text Example


Text Example

White with #788979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788979; }

 p { color: rgb(120,137,121); }

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

background-color css

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

 a { background-color: rgb(120,137,121); }

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

border-color css

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

 span { border-color: rgb(120,137,121); }

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