#735A76

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

Shades of Rum #735A76

Tints of Rum #735A76

Color information

#735A76 (or 0x735A76) is unknown color: approx Rum. HEX triplet: 73, 5A and 76. RGB value is (115,90,118). Sum of RGB (Red+Green+Blue) = 115+90+118=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: blue. Hex color #735A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A76 is #8CA589. Grayscale: #646464. Windows color (decimal): -9217418 or 7756403. OLE color: 7756403.

HSL color Cylindrical-coordinate representation of color #735A76: hue angle of 293.57º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #735A76 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11590118-
CMYK0.030.2400.54
HSL293.57º13.46%40.78%-
HSV(B)293.57º23.73%46.27%-
XYZ1412.2718.77-
YUV100.67137.78138.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.60%
GREEN value IS 90 (35.55% from 255) = 27.86%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=35.60%
G=27.86%
B=36.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal115901180.030.2400.54293.5713.4640.78
Hex735A76318036126d29
Octal1631321663300664461551
Binary111001110110101110110111100001101101001001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735A76; }

 p { color: rgb(115,90,118); }

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

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

 a { background-color: rgb(115,90,118); }

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

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

 span { border-color: rgb(115,90,118); }

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