#735E79

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

Shades of Rum #735E79

Tints of Rum #735E79

Color information

#735E79 (or 0x735E79) is unknown color: approx Rum. HEX triplet: 73, 5E and 79. RGB value is (115,94,121). Sum of RGB (Red+Green+Blue) = 115+94+121=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 121 - color contains mainly: blue. Hex color #735E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E79 is #8CA186. Grayscale: #676767. Windows color (decimal): -9216391 or 7954035. OLE color: 7954035.

HSL color Cylindrical-coordinate representation of color #735E79: hue angle of 286.67º degrees, saturation: 0.13, 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 #735E79 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11594121-
CMYK0.050.2200.53
HSL286.67º12.56%42.16%-
HSV(B)286.67º22.31%47.45%-
XYZ14.5213.0319.84-
YUV103.36137.96136.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 121 (47.66% from 255) = 36.67%
R=34.85%
G=28.48%
B=36.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115941210.050.2200.53286.6712.5642.16
Hex735E7951603511fd2a
Octal1631361715260654371552
Binary1110011101111011110011011011001101011000111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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