Html Css Color HEX #79696A Empress

📋 copy color: '#79696A'

red 121 ◦ green 105 ◦ blue 106

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

Shades of Empress #79696A

Tints of Empress #79696A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.93%

R = 36.45%
G = 31.63%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79696A (or 0x79696A) is known color: Empress. HEX triplet: 79, 69 and 6A. RGB value is (121,105,106). Sum of RGB (Red+Green+Blue) = 121+105+106=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #79696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79696A is #869695. Grayscale: #6D6D6D. Windows color (decimal): -8820374 or 6973817. OLE color: 6973817.

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

Color convert

RGB 121 105 106 -
CMYK 0 0.13 0.12 0.53
HSL 356.25º 0.07% 0.44% -
HSV(B) 356.25º 0.13% 0.47% -
XYZ 15.54 15.21 15.75 -
YUV 109.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 121 105 106 0 0.13 0.12 0.53 356.25 0.07 0.44
Hex 79 69 6A 0 D C 35 164 7 2C
Octal 171 151 152 0 15 14 65 544 7 54
Binary 1111001 1101001 1101010 0 1101 1100 110101 101100100 111 101100

Color Harmonies of #79696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79696A

Black with #79696A

Text Example


Text Example

White with #79696A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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