Html Css Color HEX #789979 Davy's Grey

📋 copy color: '#789979'

red 120 ◦ green 153 ◦ blue 121

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

Shades of Davy's Grey #789979

Tints of Davy's Grey #789979

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.83%

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

R = 30.46%
G = 38.83%
B = 30.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#789979 (or 0x789979) is known color: Davy's Grey. HEX triplet: 78, 99 and 79. RGB value is (120,153,121). Sum of RGB (Red+Green+Blue) = 120+153+121=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #789979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789979 is #876686. Grayscale: #8B8B8B. Windows color (decimal): -8873607 or 7969144. OLE color: 7969144.

HSL color Cylindrical-coordinate representation of color #789979: hue angle of 121.82º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789979 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 153 121 -
CMYK 0.22 0 0.21 0.4
HSL 121.82º 0.14% 0.54% -
HSV(B) 121.82º 0.22% 0.6% -
XYZ 22.59 28.16 22.33 -
YUV 139.49 117.57 114.1 -
System Red Green Blue C M Y K H S L
Decimal 120 153 121 0.22 0 0.21 0.4 121.82 0.14 0.54
Hex 78 99 79 16 0 15 28 7A E 36
Octal 170 231 171 26 0 25 50 172 16 66
Binary 1111000 10011001 1111001 10110 0 10101 101000 1111010 1110 110110

Color Harmonies of #789979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789979

Black with #789979

Text Example


Text Example

White with #789979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789979; }

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

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

background-color css

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

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

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

border-color css

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

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

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