Html Css Color HEX #798478 Davy's Grey

📋 copy color: '#798478'

red 121 ◦ green 132 ◦ blue 120

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

Shades of Davy's Grey #798478

Tints of Davy's Grey #798478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

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

R = 32.44%
G = 35.39%
B = 32.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#798478 (or 0x798478) is known color: Davy's Grey. HEX triplet: 79, 84 and 78. RGB value is (121,132,120). Sum of RGB (Red+Green+Blue) = 121+132+120=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #798478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798478 is #867B87. Grayscale: #7F7F7F. Windows color (decimal): -8813448 or 7898233. OLE color: 7898233.

HSL color Cylindrical-coordinate representation of color #798478: hue angle of 115º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #798478 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 121 132 120 -
CMYK 0.08 0 0.09 0.48
HSL 115º 0.05% 0.49% -
HSV(B) 115º 0.09% 0.52% -
XYZ 19.53 21.92 20.97 -
YUV 127.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 121 132 120 0.08 0 0.09 0.48 115 0.05 0.49
Hex 79 84 78 8 0 9 30 73 5 31
Octal 171 204 170 10 0 11 60 163 5 61
Binary 1111001 10000100 1111000 1000 0 1001 110000 1110011 101 110001

Color Harmonies of #798478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798478

Black with #798478

Text Example


Text Example

White with #798478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798478; }

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

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

background-color css

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

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

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

border-color css

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

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

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