Html Css Color HEX #79696C Empress

📋 copy color: '#79696C'

red 121 ◦ green 105 ◦ blue 108

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

Shades of Empress #79696C

Tints of Empress #79696C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

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

R = 36.23%
G = 31.44%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#79696C (or 0x79696C) is known color: Empress. HEX triplet: 79, 69 and 6C. RGB value is (121,105,108). Sum of RGB (Red+Green+Blue) = 121+105+108=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 121 - color contains mainly: red. Hex color #79696C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79696C is #869693. Grayscale: #6E6E6E. Windows color (decimal): -8820372 or 7104889. OLE color: 7104889.

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

Color convert

RGB 121 105 108 -
CMYK 0 0.13 0.11 0.53
HSL 348.75º 0.07% 0.44% -
HSV(B) 348.75º 0.13% 0.47% -
XYZ 15.64 15.25 16.31 -
YUV 110.13 126.8 135.76 -
System Red Green Blue C M Y K H S L
Decimal 121 105 108 0 0.13 0.11 0.53 348.75 0.07 0.44
Hex 79 69 6C 0 D B 35 15D 7 2C
Octal 171 151 154 0 15 13 65 535 7 54
Binary 1111001 1101001 1101100 0 1101 1011 110101 101011101 111 101100

Color Harmonies of #79696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79696C

Black with #79696C

Text Example


Text Example

White with #79696C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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