#736C76

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

Shades of Rum #736C76

Tints of Rum #736C76

Color information

#736C76 (or 0x736C76) is unknown color: approx Rum. HEX triplet: 73, 6C and 76. RGB value is (115,108,118). Sum of RGB (Red+Green+Blue) = 115+108+118=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 118 - color contains mainly: blue. Hex color #736C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C76 is #8C9389. Grayscale: #6F6F6F. Windows color (decimal): -9212810 or 7761011. OLE color: 7761011.

HSL color Cylindrical-coordinate representation of color #736C76: hue angle of 282º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #736C76 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB115108118-
CMYK0.030.0800.54
HSL282º4.42%44.31%-
HSV(B)282º8.47%46.27%-
XYZ15.715.6819.34-
YUV111.23131.82130.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.72%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 118 (46.48% from 255) = 34.60%
R=33.72%
G=31.67%
B=34.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151081180.030.0800.542824.4244.31
Hex736C763803611a42c
Octal163154166310066432454
Binary1110011110110011101101110000110110100011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736C76; }

 p { color: rgb(115,108,118); }

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

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

 a { background-color: rgb(115,108,118); }

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

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

 span { border-color: rgb(115,108,118); }

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