#73567B

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

Shades of Affair #73567B

Tints of Affair #73567B

Color information

#73567B (or 0x73567B) is unknown color: approx Affair. HEX triplet: 73, 56 and 7B. RGB value is (115,86,123). Sum of RGB (Red+Green+Blue) = 115+86+123=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #73567B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73567B is #8CA984. Grayscale: #626262. Windows color (decimal): -9218437 or 8083059. OLE color: 8083059.

HSL color Cylindrical-coordinate representation of color #73567B: hue angle of 287.03º degrees, saturation: 0.18, 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 #73567B is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11586123-
CMYK0.070.3000.52
HSL287.03º17.7%40.98%-
HSV(B)287.03º30.08%48.24%-
XYZ13.9711.7320.27-
YUV98.89141.61139.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.49%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=35.49%
G=26.54%
B=37.96%

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
Decimal115861230.070.3000.52287.0317.740.98
Hex73567B71E03411f1229
Octal1631261737360644372251
Binary11100111010110111101111111110011010010001111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73567B; }

 p { color: rgb(115,86,123); }

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

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

 a { background-color: rgb(115,86,123); }

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

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

 span { border-color: rgb(115,86,123); }

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