#735A79

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

Shades of Rum #735A79

Tints of Rum #735A79

Color information

#735A79 (or 0x735A79) is unknown color: approx Rum. HEX triplet: 73, 5A and 79. RGB value is (115,90,121). Sum of RGB (Red+Green+Blue) = 115+90+121=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 121 - color contains mainly: blue. Hex color #735A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A79 is #8CA586. Grayscale: #646464. Windows color (decimal): -9217415 or 7953011. OLE color: 7953011.

HSL color Cylindrical-coordinate representation of color #735A79: hue angle of 288.39º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #735A79 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11590121-
CMYK0.050.2600.53
HSL288.39º14.69%41.37%-
HSV(B)288.39º25.62%47.45%-
XYZ14.1812.3419.72-
YUV101.01139.28137.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=35.28%
G=27.61%
B=37.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115901210.050.2600.53288.3914.6941.37
Hex735A7951A035120f29
Octal1631321715320654401751
Binary1110011101101011110011011101001101011001000001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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