#72537A

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

Shades of Affair #72537A

Tints of Affair #72537A

Color information

#72537A (or 0x72537A) is unknown color: approx Affair. HEX triplet: 72, 53 and 7A. RGB value is (114,83,122). Sum of RGB (Red+Green+Blue) = 114+83+122=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 122 - color contains mainly: blue. Hex color #72537A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72537A is #8DAC85. Grayscale: #606060. Windows color (decimal): -9284742 or 8016754. OLE color: 8016754.

HSL color Cylindrical-coordinate representation of color #72537A: hue angle of 287.69º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #72537A is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11483122-
CMYK0.070.3200.52
HSL287.69º19.02%40.2%-
HSV(B)287.69º31.97%47.84%-
XYZ13.5511.1719.85-
YUV96.71142.27140.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 83 (32.81% from 255) = 26.02%
BLUE value IS 122 (48.05% from 255) = 38.24%
R=35.74%
G=26.02%
B=38.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114831220.070.3200.52287.6919.0240.2
Hex72537A7200341201328
Octal1621231727400644402350
Binary111001010100111111010111100000011010010010000010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72537A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72537A; }

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

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

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

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

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

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

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

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