Html Css Color HEX #797871 Dove Grey

📋 copy color: '#797871'

red 121 ◦ green 120 ◦ blue 113

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

Shades of Dove Grey #797871

Tints of Dove Grey #797871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.92%

R = 34.18%
G = 33.9%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#797871 (or 0x797871) is known color: Dove Grey. HEX triplet: 79, 78 and 71. RGB value is (121,120,113). Sum of RGB (Red+Green+Blue) = 121+120+113=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 121 - color contains mainly: red. Hex color #797871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797871 is #86878E. Grayscale: #777777. Windows color (decimal): -8816527 or 7436409. OLE color: 7436409.

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

Color convert

RGB 121 120 113 -
CMYK 0 0.01 0.07 0.53
HSL 52.5º 0.03% 0.46% -
HSV(B) 52.5º 0.07% 0.47% -
XYZ 17.58 18.69 18.3 -
YUV 119.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 121 120 113 0 0.01 0.07 0.53 52.5 0.03 0.46
Hex 79 78 71 0 1 7 35 34 3 2E
Octal 171 170 161 0 1 7 65 64 3 56
Binary 1111001 1111000 1110001 0 1 111 110101 110100 11 101110

Color Harmonies of #797871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797871

Black with #797871

Text Example


Text Example

White with #797871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797871; }

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

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

background-color css

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

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

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

border-color css

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

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

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