#726876

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

Shades of Rum #726876

Tints of Rum #726876

Color information

#726876 (or 0x726876) is unknown color: approx Rum. HEX triplet: 72, 68 and 76. RGB value is (114,104,118). Sum of RGB (Red+Green+Blue) = 114+104+118=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 118 - color contains mainly: blue. Hex color #726876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726876 is #8D9789. Grayscale: #6C6C6C. Windows color (decimal): -9279370 or 7759986. OLE color: 7759986.

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

Color convert

RGB114104118-
CMYK0.030.1200.54
HSL282.86º6.31%43.53%-
HSV(B)282.86º11.86%46.27%-
XYZ15.1614.7919.19-
YUV108.59133.31131.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=33.93%
G=30.95%
B=35.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141041180.030.1200.54282.866.3143.53
Hex7268763C03611b62c
Octal162150166314066433654
Binary1110010110100011101101111000110110100011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726876; }

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

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

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

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

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

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

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

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