#76587F

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

Shades of Affair #76587F

Tints of Affair #76587F

Color information

#76587F (or 0x76587F) is unknown color: approx Affair. HEX triplet: 76, 58 and 7F. RGB value is (118,88,127). Sum of RGB (Red+Green+Blue) = 118+88+127=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 88 (34.77% from 255 or 26.43% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #76587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76587F is #89A780. Grayscale: #656565. Windows color (decimal): -9021313 or 8345718. OLE color: 8345718.

HSL color Cylindrical-coordinate representation of color #76587F: hue angle of 286.15º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76587F is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11888127-
CMYK0.070.3100.50
HSL286.15º18.14%42.16%-
HSV(B)286.15º30.71%49.8%-
XYZ14.7912.3621.69-
YUV101.42142.44139.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.44%
GREEN value IS 88 (34.77% from 255) = 26.43%
BLUE value IS 127 (50% from 255) = 38.14%
R=35.44%
G=26.43%
B=38.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118881270.070.3100.50286.1518.1442.16
Hex76587F71F03211e122a
Octal1661301777370624362252
Binary11101101011000111111111111111011001010001111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76587F; }

 p { color: rgb(118,88,127); }

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

<style>
 a { background-color: #76587F; }

 a { background-color: rgb(118,88,127); }

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

<style>
 span { border-color: #76587F; }

 span { border-color: rgb(118,88,127); }

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