#725875

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

Shades of Rum #725875

Tints of Rum #725875

Color information

#725875 (or 0x725875) is unknown color: approx Rum. HEX triplet: 72, 58 and 75. RGB value is (114,88,117). Sum of RGB (Red+Green+Blue) = 114+88+117=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 117 - color contains mainly: blue. Hex color #725875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725875 is #8DA78A. Grayscale: #626262. Windows color (decimal): -9283467 or 7690354. OLE color: 7690354.

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

Color convert

RGB11488117-
CMYK0.030.2500.54
HSL293.79º14.15%40.2%-
HSV(B)293.79º24.79%45.88%-
XYZ13.6411.8418.4-
YUV99.08138.11138.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 117 (46.09% from 255) = 36.68%
R=35.74%
G=27.59%
B=36.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114881170.030.2500.54293.7914.1540.2
Hex725875319036126e28
Octal1621301653310664461650
Binary111001010110001110101111100101101101001001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725875; }

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

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

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

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

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

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

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

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