#726875

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

Shades of Rum #726875

Tints of Rum #726875

Color information

#726875 (or 0x726875) is unknown color: approx Rum. HEX triplet: 72, 68 and 75. RGB value is (114,104,117). Sum of RGB (Red+Green+Blue) = 114+104+117=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 117 - color contains mainly: blue. Hex color #726875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726875 is #8D978A. Grayscale: #6C6C6C. Windows color (decimal): -9279371 or 7694450. OLE color: 7694450.

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

Color convert

RGB114104117-
CMYK0.030.1100.54
HSL286.15º5.88%43.33%-
HSV(B)286.15º11.11%45.88%-
XYZ15.114.7618.88-
YUV108.47132.81131.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=34.03%
G=31.04%
B=34.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1141041170.030.1100.54286.155.8843.33
Hex7268753B03611e62b
Octal162150165313066436653
Binary1110010110100011101011110110110110100011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726875; }

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

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

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

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

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

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

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

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