#735F77

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

Shades of Rum #735F77

Tints of Rum #735F77

Color information

#735F77 (or 0x735F77) is unknown color: approx Rum. HEX triplet: 73, 5F and 77. RGB value is (115,95,119). Sum of RGB (Red+Green+Blue) = 115+95+119=329 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.95% from 329); Green value is 95 (37.5% from 255 or 28.88% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #735F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F77 is #8CA088. Grayscale: #676767. Windows color (decimal): -9216137 or 7823219. OLE color: 7823219.

HSL color Cylindrical-coordinate representation of color #735F77: hue angle of 290º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #735F77 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11595119-
CMYK0.030.2000.53
HSL290º11.21%41.96%-
HSV(B)290º20.17%46.67%-
XYZ14.4913.1619.23-
YUV103.72136.63136.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.95%
GREEN value IS 95 (37.5% from 255) = 28.88%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=34.95%
G=28.88%
B=36.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115951190.030.2000.5329011.2141.96
Hex735F77314035122b2a
Octal1631371673240654421352
Binary111001110111111110111111010001101011001000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,95,119); }

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

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

 a { background-color: rgb(115,95,119); }

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

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

 span { border-color: rgb(115,95,119); }

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