#725C74

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

Shades of Rum #725C74

Tints of Rum #725C74

Color information

#725C74 (or 0x725C74) is unknown color: approx Rum. HEX triplet: 72, 5C and 74. RGB value is (114,92,116). Sum of RGB (Red+Green+Blue) = 114+92+116=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 116 - color contains mainly: blue. Hex color #725C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C74 is #8DA38B. Grayscale: #656565. Windows color (decimal): -9282444 or 7625842. OLE color: 7625842.

HSL color Cylindrical-coordinate representation of color #725C74: hue angle of 295º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #725C74 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11492116-
CMYK0.020.2100.55
HSL295º11.54%40.78%-
HSV(B)295º20.69%45.49%-
XYZ13.9212.4918.2-
YUV101.31136.29137.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 92 (36.33% from 255) = 28.57%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=35.40%
G=28.57%
B=36.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114921160.020.2100.5529511.5440.78
Hex725C74215037127c29
Octal1621341642250674471451
Binary111001010111001110100101010101101111001001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,92,116); }

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

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

 a { background-color: rgb(114,92,116); }

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

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

 span { border-color: rgb(114,92,116); }

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