Html Css Color HEX #797669 Dove Grey

📋 copy color: '#797669'

red 121 ◦ green 118 ◦ blue 105

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

Shades of Dove Grey #797669

Tints of Dove Grey #797669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.3%

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

R = 35.17%
G = 34.3%
B = 30.52%

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

#797669 (or 0x797669) is known color: Dove Grey. HEX triplet: 79, 76 and 69. RGB value is (121,118,105). Sum of RGB (Red+Green+Blue) = 121+118+105=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 121 - color contains mainly: red. Hex color #797669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797669 is #868996. Grayscale: #757575. Windows color (decimal): -8817047 or 6911609. OLE color: 6911609.

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

Color convert

RGB 121 118 105 -
CMYK 0 0.02 0.13 0.53
HSL 48.75º 0.07% 0.44% -
HSV(B) 48.75º 0.13% 0.47% -
XYZ 16.91 18.04 15.96 -
YUV 117.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 121 118 105 0 0.02 0.13 0.53 48.75 0.07 0.44
Hex 79 76 69 0 2 D 35 31 7 2C
Octal 171 166 151 0 2 15 65 61 7 54
Binary 1111001 1110110 1101001 0 10 1101 110101 110001 111 101100

Color Harmonies of #797669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797669

Black with #797669

Text Example


Text Example

White with #797669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797669; }

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

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

background-color css

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

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

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

border-color css

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

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

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