#735E7F

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

Shades of Rum #735E7F

Tints of Rum #735E7F

Color information

#735E7F (or 0x735E7F) is unknown color: approx Rum. HEX triplet: 73, 5E and 7F. RGB value is (115,94,127). Sum of RGB (Red+Green+Blue) = 115+94+127=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #735E7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E7F is #8CA180. Grayscale: #676767. Windows color (decimal): -9216385 or 8347251. OLE color: 8347251.

HSL color Cylindrical-coordinate representation of color #735E7F: hue angle of 278.18º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #735E7F is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11594127-
CMYK0.090.2600.50
HSL278.18º14.93%43.33%-
HSV(B)278.18º25.98%49.8%-
XYZ14.913.1821.84-
YUV104.04140.96135.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.23%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 127 (50% from 255) = 37.80%
R=34.23%
G=27.98%
B=37.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal115941270.090.2600.50278.1814.9343.33
Hex735E7F91A032116f2b
Octal16313617711320624261753
Binary11100111011110111111110011101001100101000101101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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