Html Css Color HEX #796C70 Empress

📋 copy color: '#796C70'

red 121 ◦ green 108 ◦ blue 112

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

Shades of Empress #796C70

Tints of Empress #796C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.67%

 BLUE value IS 112 (44.14% from 255) = 32.84%

R = 35.48%
G = 31.67%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#796C70 (or 0x796C70) is known color: Empress. HEX triplet: 79, 6C and 70. RGB value is (121,108,112). Sum of RGB (Red+Green+Blue) = 121+108+112=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 121 - color contains mainly: red. Hex color #796C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C70 is #86938F. Grayscale: #707070. Windows color (decimal): -8819600 or 7367801. OLE color: 7367801.

HSL color Cylindrical-coordinate representation of color #796C70: hue angle of 341.54º 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 #796C70 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 108 112 -
CMYK 0 0.11 0.07 0.53
HSL 341.54º 0.06% 0.45% -
HSV(B) 341.54º 0.11% 0.47% -
XYZ 16.17 15.96 17.56 -
YUV 112.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 121 108 112 0 0.11 0.07 0.53 341.54 0.06 0.45
Hex 79 6C 70 0 B 7 35 156 6 2D
Octal 171 154 160 0 13 7 65 526 6 55
Binary 1111001 1101100 1110000 0 1011 111 110101 101010110 110 101101

Color Harmonies of #796C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C70

Black with #796C70

Text Example


Text Example

White with #796C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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