Html Css Color HEX #79766F Dove Grey

📋 copy color: '#79766F'

red 121 ◦ green 118 ◦ blue 111

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

Shades of Dove Grey #79766F

Tints of Dove Grey #79766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 34.57%
G = 33.71%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#79766F (or 0x79766F) is known color: Dove Grey. HEX triplet: 79, 76 and 6F. RGB value is (121,118,111). Sum of RGB (Red+Green+Blue) = 121+118+111=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 121 - color contains mainly: red. Hex color #79766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79766F is #868990. Grayscale: #767676. Windows color (decimal): -8817041 or 7304825. OLE color: 7304825.

HSL color Cylindrical-coordinate representation of color #79766F: hue angle of 42º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #79766F is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 118 111 -
CMYK 0 0.02 0.08 0.53
HSL 42º 0.04% 0.45% -
HSV(B) 42º 0.08% 0.47% -
XYZ 17.23 18.17 17.64 -
YUV 118.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 121 118 111 0 0.02 0.08 0.53 42 0.04 0.45
Hex 79 76 6F 0 2 8 35 2A 4 2D
Octal 171 166 157 0 2 10 65 52 4 55
Binary 1111001 1110110 1101111 0 10 1000 110101 101010 100 101101

Color Harmonies of #79766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79766F

Black with #79766F

Text Example


Text Example

White with #79766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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