#725177

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

Shades of Affair #725177

Tints of Affair #725177

Color information

#725177 (or 0x725177) is unknown color: approx Affair. HEX triplet: 72, 51 and 77. RGB value is (114,81,119). Sum of RGB (Red+Green+Blue) = 114+81+119=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #725177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725177 is #8DAE88. Grayscale: #5F5F5F. Windows color (decimal): -9285257 or 7819634. OLE color: 7819634.

HSL color Cylindrical-coordinate representation of color #725177: hue angle of 292.11º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #725177 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11481119-
CMYK0.040.3200.53
HSL292.11º19%39.22%-
HSV(B)292.11º31.93%46.67%-
XYZ13.2110.7918.84-
YUV95.2141.43141.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 119 (46.88% from 255) = 37.90%
R=36.31%
G=25.80%
B=37.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114811190.040.3200.53292.111939.22
Hex7251774200351241327
Octal1621211674400654442347
Binary111001010100011110111100100000011010110010010010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725177; }

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

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

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

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

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

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

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

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