#726A76

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

Shades of Rum #726A76

Tints of Rum #726A76

Color information

#726A76 (or 0x726A76) is unknown color: approx Rum. HEX triplet: 72, 6A and 76. RGB value is (114,106,118). Sum of RGB (Red+Green+Blue) = 114+106+118=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 118 - color contains mainly: blue. Hex color #726A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A76 is #8D9589. Grayscale: #6D6D6D. Windows color (decimal): -9278858 or 7760498. OLE color: 7760498.

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

Color convert

RGB114106118-
CMYK0.030.1000.54
HSL280º5.36%43.92%-
HSV(B)280º10.17%46.27%-
XYZ15.3615.1919.26-
YUV109.76132.65131.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 106 (41.80% from 255) = 31.36%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=33.73%
G=31.36%
B=34.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141061180.030.1000.542805.3643.92
Hex726A763A03611852c
Octal162152166312066430554
Binary1110010110101011101101110100110110100011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726A76; }

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

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

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

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

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

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

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

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