Html Css Color HEX #797769 Dove Grey

📋 copy color: '#797769'

red 121 ◦ green 119 ◦ blue 105

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

Shades of Dove Grey #797769

Tints of Dove Grey #797769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.43%

R = 35.07%
G = 34.49%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#797769 (or 0x797769) is known color: Dove Grey. HEX triplet: 79, 77 and 69. RGB value is (121,119,105). Sum of RGB (Red+Green+Blue) = 121+119+105=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 121 - color contains mainly: red. Hex color #797769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797769 is #868896. Grayscale: #767676. Windows color (decimal): -8816791 or 6911865. OLE color: 6911865.

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

Color convert

RGB 121 119 105 -
CMYK 0 0.02 0.13 0.53
HSL 52.5º 0.07% 0.44% -
HSV(B) 52.5º 0.13% 0.47% -
XYZ 17.03 18.28 16 -
YUV 118 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 121 119 105 0 0.02 0.13 0.53 52.5 0.07 0.44
Hex 79 77 69 0 2 D 35 34 7 2C
Octal 171 167 151 0 2 15 65 64 7 54
Binary 1111001 1110111 1101001 0 10 1101 110101 110100 111 101100

Color Harmonies of #797769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797769

Black with #797769

Text Example


Text Example

White with #797769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797769; }

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

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

background-color css

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

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

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

border-color css

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

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

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