#726277

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

Shades of Rum #726277

Tints of Rum #726277

Color information

#726277 (or 0x726277) is unknown color: approx Rum. HEX triplet: 72, 62 and 77. RGB value is (114,98,119). Sum of RGB (Red+Green+Blue) = 114+98+119=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 119 - color contains mainly: blue. Hex color #726277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726277 is #8D9D88. Grayscale: #696969. Windows color (decimal): -9280905 or 7823986. OLE color: 7823986.

HSL color Cylindrical-coordinate representation of color #726277: hue angle of 285.71º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #726277 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11498119-
CMYK0.040.1800.53
HSL285.71º9.68%42.55%-
HSV(B)285.71º17.65%46.67%-
XYZ14.6413.6419.32-
YUV105.18135.8134.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 98 (38.67% from 255) = 29.61%
BLUE value IS 119 (46.88% from 255) = 35.95%
R=34.44%
G=29.61%
B=35.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114981190.040.1800.53285.719.6842.55
Hex72627741203511ea2b
Octal1621421674220654361253
Binary1110010110001011101111001001001101011000111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726277; }

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

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

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

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

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

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

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

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