#735E7C

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

Shades of Rum #735E7C

Tints of Rum #735E7C

Color information

#735E7C (or 0x735E7C) is unknown color: approx Rum. HEX triplet: 73, 5E and 7C. RGB value is (115,94,124). Sum of RGB (Red+Green+Blue) = 115+94+124=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 124 - color contains mainly: blue. Hex color #735E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E7C is #8CA183. Grayscale: #676767. Windows color (decimal): -9216388 or 8150643. OLE color: 8150643.

HSL color Cylindrical-coordinate representation of color #735E7C: hue angle of 282º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #735E7C is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11594124-
CMYK0.070.2400.51
HSL282º13.76%42.75%-
HSV(B)282º24.19%48.63%-
XYZ14.7113.1120.82-
YUV103.7139.46136.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.53%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 124 (48.83% from 255) = 37.24%
R=34.53%
G=28.23%
B=37.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115941240.070.2400.5128213.7642.75
Hex735E7C71803311ae2b
Octal1631361747300634321653
Binary1110011101111011111001111100001100111000110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,94,124); }

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

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

 a { background-color: rgb(115,94,124); }

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

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

 span { border-color: rgb(115,94,124); }

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