#726476

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

Shades of Rum #726476

Tints of Rum #726476

Color information

#726476 (or 0x726476) is unknown color: approx Rum. HEX triplet: 72, 64 and 76. RGB value is (114,100,118). Sum of RGB (Red+Green+Blue) = 114+100+118=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #726476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726476 is #8D9B89. Grayscale: #6A6A6A. Windows color (decimal): -9280394 or 7758962. OLE color: 7758962.

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

Color convert

RGB114100118-
CMYK0.030.1500.54
HSL286.67º8.26%42.75%-
HSV(B)286.67º15.25%46.27%-
XYZ14.771419.06-
YUV106.24134.64133.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 100 (39.45% from 255) = 30.12%
BLUE value IS 118 (46.48% from 255) = 35.54%
R=34.34%
G=30.12%
B=35.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141001180.030.1500.54286.678.2642.75
Hex7264763F03611f82b
Octal1621441663170664371053
Binary11100101100100111011011111101101101000111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726476; }

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

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

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

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

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

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

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

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