Html Css Color HEX #797874 Dove Grey

📋 copy color: '#797874'

red 121 ◦ green 120 ◦ blue 116

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

Shades of Dove Grey #797874

Tints of Dove Grey #797874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.49%

R = 33.89%
G = 33.61%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#797874 (or 0x797874) is known color: Dove Grey. HEX triplet: 79, 78 and 74. RGB value is (121,120,116). Sum of RGB (Red+Green+Blue) = 121+120+116=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 121 - color contains mainly: red. Hex color #797874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797874 is #86878B. Grayscale: #777777. Windows color (decimal): -8816524 or 7633017. OLE color: 7633017.

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

Color convert

RGB 121 120 116 -
CMYK 0 0.01 0.04 0.53
HSL 48º 0.02% 0.46% -
HSV(B) 48º 0.04% 0.47% -
XYZ 17.75 18.76 19.21 -
YUV 119.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 121 120 116 0 0.01 0.04 0.53 48 0.02 0.46
Hex 79 78 74 0 1 4 35 30 2 2E
Octal 171 170 164 0 1 4 65 60 2 56
Binary 1111001 1111000 1110100 0 1 100 110101 110000 10 101110

Color Harmonies of #797874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797874

Black with #797874

Text Example


Text Example

White with #797874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797874; }

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

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

background-color css

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

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

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

border-color css

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

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

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