#76477F

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

Shades of Affair #76477F

Tints of Affair #76477F

Color information

#76477F (or 0x76477F) is unknown color: approx Affair. HEX triplet: 76, 47 and 7F. RGB value is (118,71,127). Sum of RGB (Red+Green+Blue) = 118+71+127=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 127 - color contains mainly: blue. Hex color #76477F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76477F is #89B880. Grayscale: #5B5B5B. Windows color (decimal): -9025665 or 8341366. OLE color: 8341366.

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

Color convert

RGB11871127-
CMYK0.070.4400.50
HSL290.36º28.28%38.82%-
HSV(B)290.36º44.09%49.8%-
XYZ13.569.8921.27-
YUV91.44148.07146.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 71 (28.12% from 255) = 22.47%
BLUE value IS 127 (50% from 255) = 40.19%
R=37.34%
G=22.47%
B=40.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal118711270.070.4400.50290.3628.2838.82
Hex76477F72C0321221c27
Octal1661071777540624423447
Binary111011010001111111111111101100011001010010001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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