Html Css Color HEX #799278 Davy's Grey

📋 copy color: '#799278'

red 121 ◦ green 146 ◦ blue 120

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

Shades of Davy's Grey #799278

Tints of Davy's Grey #799278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.73%

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

R = 31.27%
G = 37.73%
B = 31.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#799278 (or 0x799278) is known color: Davy's Grey. HEX triplet: 79, 92 and 78. RGB value is (121,146,120). Sum of RGB (Red+Green+Blue) = 121+146+120=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #799278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799278 is #866D87. Grayscale: #878787. Windows color (decimal): -8809864 or 7901817. OLE color: 7901817.

HSL color Cylindrical-coordinate representation of color #799278: hue angle of 117.69º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #799278 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 146 120 -
CMYK 0.17 0 0.18 0.43
HSL 117.69º 0.11% 0.52% -
HSV(B) 117.69º 0.18% 0.57% -
XYZ 21.55 25.98 21.65 -
YUV 135.56 119.22 117.61 -
System Red Green Blue C M Y K H S L
Decimal 121 146 120 0.17 0 0.18 0.43 117.69 0.11 0.52
Hex 79 92 78 11 0 12 2B 76 B 34
Octal 171 222 170 21 0 22 53 166 13 64
Binary 1111001 10010010 1111000 10001 0 10010 101011 1110110 1011 110100

Color Harmonies of #799278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799278

Black with #799278

Text Example


Text Example

White with #799278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799278; }

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

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

background-color css

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

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

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

border-color css

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

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

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