#736077

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

Shades of Rum #736077

Tints of Rum #736077

Color information

#736077 (or 0x736077) is unknown color: approx Rum. HEX triplet: 73, 60 and 77. RGB value is (115,96,119). Sum of RGB (Red+Green+Blue) = 115+96+119=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #736077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736077 is #8C9F88. Grayscale: #686868. Windows color (decimal): -9215881 or 7823475. OLE color: 7823475.

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

Color convert

RGB11596119-
CMYK0.030.1900.53
HSL289.57º10.7%42.16%-
HSV(B)289.57º19.33%46.67%-
XYZ14.5813.3419.26-
YUV104.3136.29135.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.85%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=34.85%
G=29.09%
B=36.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115961190.030.1900.53289.5710.742.16
Hex736077313035122b2a
Octal1631401673230654421352
Binary111001111000001110111111001101101011001000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736077; }

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

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

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

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

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

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

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

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