#735B79

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

Shades of Rum #735B79

Tints of Rum #735B79

Color information

#735B79 (or 0x735B79) is unknown color: approx Rum. HEX triplet: 73, 5B and 79. RGB value is (115,91,121). Sum of RGB (Red+Green+Blue) = 115+91+121=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 121 - color contains mainly: blue. Hex color #735B79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B79 is #8CA486. Grayscale: #656565. Windows color (decimal): -9217159 or 7953267. OLE color: 7953267.

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

Color convert

RGB11591121-
CMYK0.050.2500.53
HSL288º14.15%41.57%-
HSV(B)288º24.79%47.45%-
XYZ14.2612.5119.75-
YUV101.6138.95137.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.17%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 121 (47.66% from 255) = 37.00%
R=35.17%
G=27.83%
B=37.00%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115911210.050.2500.5328814.1541.57
Hex735B79519035120e2a
Octal1631331715310654401652
Binary1110011101101111110011011100101101011001000001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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