Html Css Color HEX #797568 Dove Grey

📋 copy color: '#797568'

red 121 ◦ green 117 ◦ blue 104

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

Shades of Dove Grey #797568

Tints of Dove Grey #797568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.21%

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 35.38%
G = 34.21%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#797568 (or 0x797568) is known color: Dove Grey. HEX triplet: 79, 75 and 68. RGB value is (121,117,104). Sum of RGB (Red+Green+Blue) = 121+117+104=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 121 - color contains mainly: red. Hex color #797568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797568 is #868A97. Grayscale: #747474. Windows color (decimal): -8817304 or 6845817. OLE color: 6845817.

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

Color convert

RGB 121 117 104 -
CMYK 0 0.03 0.14 0.53
HSL 45.88º 0.08% 0.44% -
HSV(B) 45.88º 0.14% 0.47% -
XYZ 16.75 17.79 15.65 -
YUV 116.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 121 117 104 0 0.03 0.14 0.53 45.88 0.08 0.44
Hex 79 75 68 0 3 E 35 2E 8 2C
Octal 171 165 150 0 3 16 65 56 10 54
Binary 1111001 1110101 1101000 0 11 1110 110101 101110 1000 101100

Color Harmonies of #797568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797568

Black with #797568

Text Example


Text Example

White with #797568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797568; }

 p { color: rgb(121,117,104); }

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

background-color css

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

 a { background-color: rgb(121,117,104); }

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

border-color css

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

 span { border-color: rgb(121,117,104); }

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