#796768

Color #796768 Empress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Empress #796768

Tints of Empress #796768

Color information

#796768 (or 0x796768) is unknown color: approx Empress. HEX triplet: 79, 67 and 68. RGB value is (121,103,104). Sum of RGB (Red+Green+Blue) = 121+103+104=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 121 - color contains mainly: red. Hex color #796768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796768 is #869897. Grayscale: #6C6C6C. Windows color (decimal): -8820888 or 6842233. OLE color: 6842233.

HSL color Cylindrical-coordinate representation of color #796768: hue angle of 356.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #796768 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB121103104-
CMYK00.150.140.53
HSL356.67º8.04%43.92%-
HSV(B)356.67º14.88%47.45%-
XYZ15.2314.7615.14-
YUV108.5125.46136.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.89%
GREEN value IS 103 (40.62% from 255) = 31.40%
BLUE value IS 104 (41.02% from 255) = 31.71%
R=36.89%
G=31.40%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110310400.150.140.53356.678.0443.92
Hex7967680FE3516582c
Octal17114715001716655451054
Binary1111001110011111010000111111101101011011001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796768; }

 p { color: rgb(121,103,104); }

 H1.HeaderClassName
 {
   color: #796768;
 }
 .AnyTagClassName
 {
   color: #796768;
 }
</style>
background-color css

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

 a { background-color: rgb(121,103,104); }

 div.DivClassName
 {
   background-color: #796768;
 }
 .BgClassName
 {
   background-color: #796768;
 }
</style>
border-color css

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

 span { border-color: rgb(121,103,104); }

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