#735B7C

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

Shades of Rum #735B7C

Tints of Rum #735B7C

Color information

#735B7C (or 0x735B7C) is unknown color: approx Rum. HEX triplet: 73, 5B and 7C. RGB value is (115,91,124). Sum of RGB (Red+Green+Blue) = 115+91+124=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 124 - color contains mainly: blue. Hex color #735B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B7C is #8CA483. Grayscale: #656565. Windows color (decimal): -9217156 or 8149875. OLE color: 8149875.

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

Color convert

RGB11591124-
CMYK0.070.2700.51
HSL283.64º15.35%42.16%-
HSV(B)283.64º26.61%48.63%-
XYZ14.4512.5820.74-
YUV101.94140.45137.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 91 (35.94% from 255) = 27.58%
BLUE value IS 124 (48.83% from 255) = 37.58%
R=34.85%
G=27.58%
B=37.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal115911240.070.2700.51283.6415.3542.16
Hex735B7C71B03311cf2a
Octal1631331747330634341752
Binary1110011101101111111001111101101100111000111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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