#725A75

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

Shades of Rum #725A75

Tints of Rum #725A75

Color information

#725A75 (or 0x725A75) is unknown color: approx Rum. HEX triplet: 72, 5A and 75. RGB value is (114,90,117). Sum of RGB (Red+Green+Blue) = 114+90+117=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 117 - color contains mainly: blue. Hex color #725A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A75 is #8DA58A. Grayscale: #646464. Windows color (decimal): -9282955 or 7690866. OLE color: 7690866.

HSL color Cylindrical-coordinate representation of color #725A75: hue angle of 293.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #725A75 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11490117-
CMYK0.030.2300.54
HSL293.33º13.04%40.59%-
HSV(B)293.33º23.08%45.88%-
XYZ13.8112.1718.45-
YUV100.25137.45137.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 90 (35.55% from 255) = 28.04%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=35.51%
G=28.04%
B=36.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114901170.030.2300.54293.3313.0440.59
Hex725A75317036125d29
Octal1621321653270664451551
Binary111001010110101110101111011101101101001001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725A75; }

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

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

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

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

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

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

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

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