#76578E

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

Shades of Affair #76578E

Tints of Affair #76578E

Color information

#76578E (or 0x76578E) is unknown color: approx Affair. HEX triplet: 76, 57 and 8E. RGB value is (118,87,142). Sum of RGB (Red+Green+Blue) = 118+87+142=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #76578E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76578E is #89A871. Grayscale: #666666. Windows color (decimal): -9021554 or 9328502. OLE color: 9328502.

HSL color Cylindrical-coordinate representation of color #76578E: hue angle of 273.82º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76578E is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11887142-
CMYK0.170.3900.44
HSL273.82º24.02%44.9%-
HSV(B)273.82º38.73%55.69%-
XYZ15.7612.6227.2-
YUV102.54150.27139.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=34.01%
G=25.07%
B=40.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118871420.170.3900.44273.8224.0244.9
Hex76578E112702C112182d
Octal16612721621470544223055
Binary111011010101111000111010001100111010110010001001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76578E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76578E; }

 p { color: rgb(118,87,142); }

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

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

 a { background-color: rgb(118,87,142); }

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

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

 span { border-color: rgb(118,87,142); }

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