Html Css Color HEX #797772 Dove Grey

📋 copy color: '#797772'

red 121 ◦ green 119 ◦ blue 114

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

Shades of Dove Grey #797772

Tints of Dove Grey #797772

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 114 (44.92% from 255) = 32.2%

R = 34.18%
G = 33.62%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#797772 (or 0x797772) is known color: Dove Grey. HEX triplet: 79, 77 and 72. RGB value is (121,119,114). Sum of RGB (Red+Green+Blue) = 121+119+114=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 121 - color contains mainly: red. Hex color #797772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797772 is #86888D. Grayscale: #777777. Windows color (decimal): -8816782 or 7501689. OLE color: 7501689.

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

Color convert

RGB 121 119 114 -
CMYK 0 0.02 0.06 0.53
HSL 42.86º 0.03% 0.46% -
HSV(B) 42.86º 0.06% 0.47% -
XYZ 17.52 18.47 18.56 -
YUV 119.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 121 119 114 0 0.02 0.06 0.53 42.86 0.03 0.46
Hex 79 77 72 0 2 6 35 2B 3 2E
Octal 171 167 162 0 2 6 65 53 3 56
Binary 1111001 1110111 1110010 0 10 110 110101 101011 11 101110

Color Harmonies of #797772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797772

Black with #797772

Text Example


Text Example

White with #797772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797772; }

 p { color: rgb(121,119,114); }

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

background-color css

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

 a { background-color: rgb(121,119,114); }

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

border-color css

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

 span { border-color: rgb(121,119,114); }

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