Html Css Color HEX #797773 Dove Grey

📋 copy color: '#797773'

red 121 ◦ green 119 ◦ blue 115

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

Shades of Dove Grey #797773

Tints of Dove Grey #797773

RGB

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

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

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

R = 34.08%
G = 33.52%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#797773 (or 0x797773) is known color: Dove Grey. HEX triplet: 79, 77 and 73. RGB value is (121,119,115). Sum of RGB (Red+Green+Blue) = 121+119+115=355 (47% of max value = 765). Red value is 121 (47.66% from 255 or 34.08% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 121 - color contains mainly: red. Hex color #797773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797773 is #86888C. Grayscale: #777777. Windows color (decimal): -8816781 or 7567225. OLE color: 7567225.

HSL color Cylindrical-coordinate representation of color #797773: hue angle of 40º 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 #797773 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 119 115 -
CMYK 0 0.02 0.05 0.53
HSL 40º 0.03% 0.46% -
HSV(B) 40º 0.05% 0.47% -
XYZ 17.58 18.5 18.86 -
YUV 119.14 125.66 129.33 -
System Red Green Blue C M Y K H S L
Decimal 121 119 115 0 0.02 0.05 0.53 40 0.03 0.46
Hex 79 77 73 0 2 5 35 28 3 2E
Octal 171 167 163 0 2 5 65 50 3 56
Binary 1111001 1110111 1110011 0 10 101 110101 101000 11 101110

Color Harmonies of #797773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797773

Black with #797773

Text Example


Text Example

White with #797773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797773; }

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

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

background-color css

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

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

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

border-color css

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

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

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