#736B76

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

Shades of Rum #736B76

Tints of Rum #736B76

Color information

#736B76 (or 0x736B76) is unknown color: approx Rum. HEX triplet: 73, 6B and 76. RGB value is (115,107,118). Sum of RGB (Red+Green+Blue) = 115+107+118=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: blue. Hex color #736B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B76 is #8C9489. Grayscale: #6E6E6E. Windows color (decimal): -9213066 or 7760755. OLE color: 7760755.

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

Color convert

RGB115107118-
CMYK0.030.0900.54
HSL283.64º4.89%44.12%-
HSV(B)283.64º9.32%46.27%-
XYZ15.615.4719.3-
YUV110.65132.15131.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.82%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 118 (46.48% from 255) = 34.71%
R=33.82%
G=31.47%
B=34.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1151071180.030.0900.54283.644.8944.12
Hex736B763903611c52c
Octal163153166311066434554
Binary1110011110101111101101110010110110100011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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