#735E78

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

Shades of Rum #735E78

Tints of Rum #735E78

Color information

#735E78 (or 0x735E78) is unknown color: approx Rum. HEX triplet: 73, 5E and 78. RGB value is (115,94,120). Sum of RGB (Red+Green+Blue) = 115+94+120=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 120 - color contains mainly: blue. Hex color #735E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E78 is #8CA187. Grayscale: #676767. Windows color (decimal): -9216392 or 7888499. OLE color: 7888499.

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

Color convert

RGB11594120-
CMYK0.040.2200.53
HSL288.46º12.15%41.96%-
HSV(B)288.46º21.67%47.06%-
XYZ14.4613.0119.52-
YUV103.24137.46136.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 94 (37.11% from 255) = 28.57%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=34.95%
G=28.57%
B=36.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115941200.040.2200.53288.4612.1541.96
Hex735E78416035120c2a
Octal1631361704260654401452
Binary1110011101111011110001001011001101011001000001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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