#73846E

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

Shades of Xanadu #73846E

Tints of Xanadu #73846E

Color information

#73846E (or 0x73846E) is unknown color: approx Xanadu. HEX triplet: 73, 84 and 6E. RGB value is (115,132,110). Sum of RGB (Red+Green+Blue) = 115+132+110=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #73846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73846E is #8C7B91. Grayscale: #7C7C7C. Windows color (decimal): -9206674 or 7242867. OLE color: 7242867.

HSL color Cylindrical-coordinate representation of color #73846E: hue angle of 106.36º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #73846E is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB115132110-
CMYK0.1300.170.48
HSL106.36º9.09%47.45%-
HSV(B)106.36º16.67%51.76%-
XYZ18.1421.2717.9-
YUV124.41119.87121.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.21%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=32.21%
G=36.97%
B=30.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1151321100.1300.170.48106.369.0947.45
Hex73846ED011306a92f
Octal16320415615021601521157
Binary1110011100001001101110110101000111000011010101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73846E; }

 p { color: rgb(115,132,110); }

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

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

 a { background-color: rgb(115,132,110); }

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

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

 span { border-color: rgb(115,132,110); }

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