#76577C

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

Shades of Affair #76577C

Tints of Affair #76577C

Color information

#76577C (or 0x76577C) is unknown color: approx Affair. HEX triplet: 76, 57 and 7C. RGB value is (118,87,124). Sum of RGB (Red+Green+Blue) = 118+87+124=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 124 - color contains mainly: blue. Hex color #76577C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76577C is #89A883. Grayscale: #646464. Windows color (decimal): -9021572 or 8148854. OLE color: 8148854.

HSL color Cylindrical-coordinate representation of color #76577C: hue angle of 290.27º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76577C is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11887124-
CMYK0.050.3000.51
HSL290.27º17.54%41.37%-
HSV(B)290.27º29.84%48.63%-
XYZ14.5212.1220.64-
YUV100.49141.27140.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 87 (34.38% from 255) = 26.44%
BLUE value IS 124 (48.83% from 255) = 37.69%
R=35.87%
G=26.44%
B=37.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118871240.050.3000.51290.2717.5441.37
Hex76577C51E0331221229
Octal1661271745360634422251
Binary11101101010111111110010111110011001110010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76577C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76577C; }

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

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

<style>
 a { background-color: #76577C; }

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

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

<style>
 span { border-color: #76577C; }

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

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