Html Css Color HEX #79766C Dove Grey

📋 copy color: '#79766C'

red 121 ◦ green 118 ◦ blue 108

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

Shades of Dove Grey #79766C

Tints of Dove Grey #79766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 34.87%
G = 34.01%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#79766C (or 0x79766C) is known color: Dove Grey. HEX triplet: 79, 76 and 6C. RGB value is (121,118,108). Sum of RGB (Red+Green+Blue) = 121+118+108=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 121 - color contains mainly: red. Hex color #79766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79766C is #868993. Grayscale: #757575. Windows color (decimal): -8817044 or 7108217. OLE color: 7108217.

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

Color convert

RGB 121 118 108 -
CMYK 0 0.02 0.11 0.53
HSL 46.15º 0.06% 0.45% -
HSV(B) 46.15º 0.11% 0.47% -
XYZ 17.07 18.1 16.78 -
YUV 117.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 121 118 108 0 0.02 0.11 0.53 46.15 0.06 0.45
Hex 79 76 6C 0 2 B 35 2E 6 2D
Octal 171 166 154 0 2 13 65 56 6 55
Binary 1111001 1110110 1101100 0 10 1011 110101 101110 110 101101

Color Harmonies of #79766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79766C

Black with #79766C

Text Example


Text Example

White with #79766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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