#726976

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

Shades of Rum #726976

Tints of Rum #726976

Color information

#726976 (or 0x726976) is unknown color: approx Rum. HEX triplet: 72, 69 and 76. RGB value is (114,105,118). Sum of RGB (Red+Green+Blue) = 114+105+118=337 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.83% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 118 - color contains mainly: blue. Hex color #726976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726976 is #8D9689. Grayscale: #6D6D6D. Windows color (decimal): -9279114 or 7760242. OLE color: 7760242.

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

Color convert

RGB114105118-
CMYK0.030.1100.54
HSL281.54º5.83%43.73%-
HSV(B)281.54º11.02%46.27%-
XYZ15.2614.9919.23-
YUV109.17132.98131.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.83%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=33.83%
G=31.16%
B=35.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141051180.030.1100.54281.545.8343.73
Hex7269763B03611a62c
Octal162151166313066432654
Binary1110010110100111101101110110110110100011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726976; }

 p { color: rgb(114,105,118); }

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

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

 a { background-color: rgb(114,105,118); }

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

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

 span { border-color: rgb(114,105,118); }

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