Html Css Color HEX #798B78 Davy's Grey

📋 copy color: '#798B78'

red 121 ◦ green 139 ◦ blue 120

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

Shades of Davy's Grey #798B78

Tints of Davy's Grey #798B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.58%

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

R = 31.84%
G = 36.58%
B = 31.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#798B78 (or 0x798B78) is known color: Davy's Grey. HEX triplet: 79, 8B and 78. RGB value is (121,139,120). Sum of RGB (Red+Green+Blue) = 121+139+120=380 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.84% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 139 - color contains mainly: green. Hex color #798B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798B78 is #867487. Grayscale: #838383. Windows color (decimal): -8811656 or 7900025. OLE color: 7900025.

HSL color Cylindrical-coordinate representation of color #798B78: hue angle of 116.84º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #798B78 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 139 120 -
CMYK 0.13 0 0.14 0.45
HSL 116.84º 0.08% 0.51% -
HSV(B) 116.84º 0.14% 0.55% -
XYZ 20.51 23.89 21.3 -
YUV 131.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 121 139 120 0.13 0 0.14 0.45 116.84 0.08 0.51
Hex 79 8B 78 D 0 E 2D 75 8 33
Octal 171 213 170 15 0 16 55 165 10 63
Binary 1111001 10001011 1111000 1101 0 1110 101101 1110101 1000 110011

Color Harmonies of #798B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798B78

Black with #798B78

Text Example


Text Example

White with #798B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #798B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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