Html Css Color HEX #799078 Davy's Grey

📋 copy color: '#799078'

red 121 ◦ green 144 ◦ blue 120

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

Shades of Davy's Grey #799078

Tints of Davy's Grey #799078

RGB

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

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

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

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

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #799078: hue angle of 117.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 #799078 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 144 120 -
CMYK 0.16 0 0.17 0.44
HSL 117.5º 0.1% 0.52% -
HSV(B) 117.5º 0.17% 0.56% -
XYZ 21.25 25.37 21.55 -
YUV 134.39 119.88 118.45 -
System Red Green Blue C M Y K H S L
Decimal 121 144 120 0.16 0 0.17 0.44 117.5 0.1 0.52
Hex 79 90 78 10 0 11 2C 76 A 34
Octal 171 220 170 20 0 21 54 166 12 64
Binary 1111001 10010000 1111000 10000 0 10001 101100 1110110 1010 110100

Color Harmonies of #799078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799078

Black with #799078

Text Example


Text Example

White with #799078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799078; }

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

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

background-color css

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

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

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

border-color css

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

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

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