#73686A

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

Shades of Empress #73686A

Tints of Empress #73686A

Color information

#73686A (or 0x73686A) is unknown color: approx Empress. HEX triplet: 73, 68 and 6A. RGB value is (115,104,106). Sum of RGB (Red+Green+Blue) = 115+104+106=325 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.38% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 115 - color contains mainly: red. Hex color #73686A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73686A is #8C9795. Grayscale: #6B6B6B. Windows color (decimal): -9213846 or 6973555. OLE color: 6973555.

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

Color convert

RGB115104106-
CMYK00.100.080.55
HSL349.09º5.02%42.94%-
HSV(B)349.09º9.57%45.1%-
XYZ14.6214.5915.68-
YUV107.52127.14133.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.38%
GREEN value IS 104 (41.02% from 255) = 32%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=35.38%
G=32%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510410600.100.080.55349.095.0242.94
Hex73686A0A83715d52b
Octal1631501520121067535553
Binary111001111010001101010010101000110111101011101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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