#73696A

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

Shades of Empress #73696A

Tints of Empress #73696A

Color information

#73696A (or 0x73696A) is unknown color: approx Empress. HEX triplet: 73, 69 and 6A. RGB value is (115,105,106). Sum of RGB (Red+Green+Blue) = 115+105+106=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #73696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73696A is #8C9695. Grayscale: #6C6C6C. Windows color (decimal): -9213590 or 6973811. OLE color: 6973811.

HSL color Cylindrical-coordinate representation of color #73696A: hue angle of 354º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #73696A is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB115105106-
CMYK00.090.080.55
HSL354º4.55%43.14%-
HSV(B)354º8.7%45.1%-
XYZ14.7214.7915.71-
YUV108.1126.81132.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=35.28%
G=32.21%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510510600.090.080.553544.5543.14
Hex73696A0983716252b
Octal1631511520111067542553
Binary111001111010011101010010011000110111101100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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