Html Css Color HEX #789079 Davy's Grey

📋 copy color: '#789079'

red 120 ◦ green 144 ◦ blue 121

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

Shades of Davy's Grey #789079

Tints of Davy's Grey #789079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.4%

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

R = 31.17%
G = 37.4%
B = 31.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#789079 (or 0x789079) is known color: Davy's Grey. HEX triplet: 78, 90 and 79. RGB value is (120,144,121). Sum of RGB (Red+Green+Blue) = 120+144+121=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 144 - color contains mainly: green. Hex color #789079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789079 is #876F86. Grayscale: #868686. Windows color (decimal): -8875911 or 7966840. OLE color: 7966840.

HSL color Cylindrical-coordinate representation of color #789079: hue angle of 122.5º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #789079 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 144 121 -
CMYK 0.17 0 0.16 0.44
HSL 122.5º 0.1% 0.52% -
HSV(B) 122.5º 0.17% 0.56% -
XYZ 21.17 25.32 21.86 -
YUV 134.2 120.55 117.87 -
System Red Green Blue C M Y K H S L
Decimal 120 144 121 0.17 0 0.16 0.44 122.5 0.1 0.52
Hex 78 90 79 11 0 10 2C 7B A 34
Octal 170 220 171 21 0 20 54 173 12 64
Binary 1111000 10010000 1111001 10001 0 10000 101100 1111011 1010 110100

Color Harmonies of #789079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789079

Black with #789079

Text Example


Text Example

White with #789079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789079; }

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

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

background-color css

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

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

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

border-color css

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

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

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