#72567A

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

Shades of Affair #72567A

Tints of Affair #72567A

Color information

#72567A (or 0x72567A) is unknown color: approx Affair. HEX triplet: 72, 56 and 7A. RGB value is (114,86,122). Sum of RGB (Red+Green+Blue) = 114+86+122=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 122 - color contains mainly: blue. Hex color #72567A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72567A is #8DA985. Grayscale: #626262. Windows color (decimal): -9283974 or 8017522. OLE color: 8017522.

HSL color Cylindrical-coordinate representation of color #72567A: hue angle of 286.67º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72567A is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11486122-
CMYK0.070.3000.52
HSL286.67º17.31%40.78%-
HSV(B)286.67º29.51%47.84%-
XYZ13.7811.6419.93-
YUV98.48141.28139.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 122 (48.05% from 255) = 37.89%
R=35.40%
G=26.71%
B=37.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114861220.070.3000.52286.6717.3140.78
Hex72567A71E03411f1129
Octal1621261727360644372151
Binary11100101010110111101011111110011010010001111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72567A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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