#726275

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

Shades of Rum #726275

Tints of Rum #726275

Color information

#726275 (or 0x726275) is unknown color: approx Rum. HEX triplet: 72, 62 and 75. RGB value is (114,98,117). Sum of RGB (Red+Green+Blue) = 114+98+117=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 117 - color contains mainly: blue. Hex color #726275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726275 is #8D9D8A. Grayscale: #686868. Windows color (decimal): -9280907 or 7692914. OLE color: 7692914.

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

Color convert

RGB11498117-
CMYK0.030.1600.54
HSL290.53º8.84%42.16%-
HSV(B)290.53º16.24%45.88%-
XYZ14.5213.618.69-
YUV104.95134.8134.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 117 (46.09% from 255) = 35.56%
R=34.65%
G=29.79%
B=35.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114981170.030.1600.54290.538.8442.16
Hex72627531003612392a
Octal1621421653200664431152
Binary111001011000101110101111000001101101001000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726275; }

 p { color: rgb(114,98,117); }

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

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

 a { background-color: rgb(114,98,117); }

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

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

 span { border-color: rgb(114,98,117); }

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