Html Css Color HEX #797873 Dove Grey

📋 copy color: '#797873'

red 121 ◦ green 120 ◦ blue 115

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

Shades of Dove Grey #797873

Tints of Dove Grey #797873

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 33.99%
G = 33.71%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#797873 (or 0x797873) is known color: Dove Grey. HEX triplet: 79, 78 and 73. RGB value is (121,120,115). Sum of RGB (Red+Green+Blue) = 121+120+115=356 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.99% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 121 - color contains mainly: red. Hex color #797873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797873 is #86878C. Grayscale: #777777. Windows color (decimal): -8816525 or 7567481. OLE color: 7567481.

HSL color Cylindrical-coordinate representation of color #797873: hue angle of 50º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #797873 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 120 115 -
CMYK 0 0.01 0.05 0.53
HSL 50º 0.03% 0.46% -
HSV(B) 50º 0.05% 0.47% -
XYZ 17.7 18.74 18.9 -
YUV 119.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 121 120 115 0 0.01 0.05 0.53 50 0.03 0.46
Hex 79 78 73 0 1 5 35 32 3 2E
Octal 171 170 163 0 1 5 65 62 3 56
Binary 1111001 1111000 1110011 0 1 101 110101 110010 11 101110

Color Harmonies of #797873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797873

Black with #797873

Text Example


Text Example

White with #797873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797873; }

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

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

background-color css

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

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

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

border-color css

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

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

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