#725D85

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

Shades of Affair #725D85

Tints of Affair #725D85

Color information

#725D85 (or 0x725D85) is unknown color: approx Affair. HEX triplet: 72, 5D and 85. RGB value is (114,93,133). Sum of RGB (Red+Green+Blue) = 114+93+133=340 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.53% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 133 - color contains mainly: blue. Hex color #725D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725D85 is #8DA27A. Grayscale: #676767. Windows color (decimal): -9282171 or 8740210. OLE color: 8740210.

HSL color Cylindrical-coordinate representation of color #725D85: hue angle of 271.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725D85 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11493133-
CMYK0.140.3000.48
HSL271.5º17.7%44.31%-
HSV(B)271.5º30.08%52.16%-
XYZ15.0913.123.92-
YUV103.84144.46135.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.53%
GREEN value IS 93 (36.72% from 255) = 27.35%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=33.53%
G=27.35%
B=39.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114931330.140.3000.48271.517.744.31
Hex725D85E1E030110122c
Octal16213520516360604202254
Binary1110010101110110000101111011110011000010001000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,93,133); }

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

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

 a { background-color: rgb(114,93,133); }

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

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

 span { border-color: rgb(114,93,133); }

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