#725C82

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

Shades of Affair #725C82

Tints of Affair #725C82

Color information

#725C82 (or 0x725C82) is unknown color: approx Affair. HEX triplet: 72, 5C and 82. RGB value is (114,92,130). Sum of RGB (Red+Green+Blue) = 114+92+130=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #725C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C82 is #8DA37D. Grayscale: #666666. Windows color (decimal): -9282430 or 8543346. OLE color: 8543346.

HSL color Cylindrical-coordinate representation of color #725C82: hue angle of 274.74º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725C82 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11492130-
CMYK0.120.2900.49
HSL274.74º17.12%43.53%-
HSV(B)274.74º29.23%50.98%-
XYZ14.812.8422.82-
YUV102.91143.29135.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=33.93%
G=27.38%
B=38.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114921300.120.2900.49274.7417.1243.53
Hex725C82C1D031113112c
Octal16213420214350614232154
Binary1110010101110010000010110011101011000110001001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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