Html Css Color HEX #798C7A Davy's Grey

📋 copy color: '#798C7A'

red 121 ◦ green 140 ◦ blue 122

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

Shades of Davy's Grey #798C7A

Tints of Davy's Grey #798C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 31.59%
G = 36.55%
B = 31.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#798C7A (or 0x798C7A) is known color: Davy's Grey. HEX triplet: 79, 8C and 7A. RGB value is (121,140,122). Sum of RGB (Red+Green+Blue) = 121+140+122=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 140 - color contains mainly: green. Hex color #798C7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798C7A is #867385. Grayscale: #848484. Windows color (decimal): -8811398 or 8031353. OLE color: 8031353.

HSL color Cylindrical-coordinate representation of color #798C7A: hue angle of 123.16º 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 #798C7A is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 140 122 -
CMYK 0.14 0 0.13 0.45
HSL 123.16º 0.08% 0.51% -
HSV(B) 123.16º 0.14% 0.55% -
XYZ 20.78 24.23 21.99 -
YUV 132.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 121 140 122 0.14 0 0.13 0.45 123.16 0.08 0.51
Hex 79 8C 7A E 0 D 2D 7B 8 33
Octal 171 214 172 16 0 15 55 173 10 63
Binary 1111001 10001100 1111010 1110 0 1101 101101 1111011 1000 110011

Color Harmonies of #798C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #798C7A

Black with #798C7A

Text Example


Text Example

White with #798C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,140,122); }

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

background-color css

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

 a { background-color: rgb(121,140,122); }

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

border-color css

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

 span { border-color: rgb(121,140,122); }

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