#725377

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

Shades of Affair #725377

Tints of Affair #725377

Color information

#725377 (or 0x725377) is unknown color: approx Affair. HEX triplet: 72, 53 and 77. RGB value is (114,83,119). Sum of RGB (Red+Green+Blue) = 114+83+119=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 119 - color contains mainly: blue. Hex color #725377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725377 is #8DAC88. Grayscale: #606060. Windows color (decimal): -9284745 or 7820146. OLE color: 7820146.

HSL color Cylindrical-coordinate representation of color #725377: hue angle of 291.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725377 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11483119-
CMYK0.040.3000.53
HSL291.67º17.82%39.61%-
HSV(B)291.67º30.25%46.67%-
XYZ13.3611.118.89-
YUV96.37140.77140.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=36.08%
G=26.27%
B=37.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114831190.040.3000.53291.6717.8239.61
Hex72537741E0351241228
Octal1621231674360654442250
Binary11100101010011111011110011110011010110010010010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725377; }

 p { color: rgb(114,83,119); }

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

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

 a { background-color: rgb(114,83,119); }

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

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

 span { border-color: rgb(114,83,119); }

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