#735B7B

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

Shades of Rum #735B7B

Tints of Rum #735B7B

Color information

#735B7B (or 0x735B7B) is unknown color: approx Rum. HEX triplet: 73, 5B and 7B. RGB value is (115,91,123). Sum of RGB (Red+Green+Blue) = 115+91+123=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #735B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B7B is #8CA484. Grayscale: #656565. Windows color (decimal): -9217157 or 8084339. OLE color: 8084339.

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

Color convert

RGB11591123-
CMYK0.070.2600.52
HSL285º14.95%41.96%-
HSV(B)285º26.02%48.24%-
XYZ14.3912.5620.4-
YUV101.82139.95137.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=34.95%
G=27.66%
B=37.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115911230.070.2600.5228514.9541.96
Hex735B7B71A03411df2a
Octal1631331737320644351752
Binary1110011101101111110111111101001101001000111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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