#76477E

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

Shades of Affair #76477E

Tints of Affair #76477E

Color information

#76477E (or 0x76477E) is unknown color: approx Affair. HEX triplet: 76, 47 and 7E. RGB value is (118,71,126). Sum of RGB (Red+Green+Blue) = 118+71+126=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 126 - color contains mainly: blue. Hex color #76477E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76477E is #89B881. Grayscale: #5B5B5B. Windows color (decimal): -9025666 or 8275830. OLE color: 8275830.

HSL color Cylindrical-coordinate representation of color #76477E: hue angle of 291.27º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76477E is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11871126-
CMYK0.060.4400.51
HSL291.27º27.92%38.63%-
HSV(B)291.27º43.65%49.41%-
XYZ13.499.8620.93-
YUV91.32147.57147.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 126 (49.61% from 255) = 40%
R=37.46%
G=22.54%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118711260.060.4400.51291.2727.9238.63
Hex76477E62C0331231c27
Octal1661071766540634433447
Binary111011010001111111110110101100011001110010001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,71,126); }

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

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

 a { background-color: rgb(118,71,126); }

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

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

 span { border-color: rgb(118,71,126); }

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