#77428E

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

Shades of Affair #77428E

Tints of Affair #77428E

Color information

#77428E (or 0x77428E) is unknown color: approx Affair. HEX triplet: 77, 42 and 8E. RGB value is (119,66,142). Sum of RGB (Red+Green+Blue) = 119+66+142=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #77428E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77428E is #88BD71. Grayscale: #5A5A5A. Windows color (decimal): -8961394 or 9323127. OLE color: 9323127.

HSL color Cylindrical-coordinate representation of color #77428E: hue angle of 281.84º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77428E is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11966142-
CMYK0.160.5400.44
HSL281.84º36.54%40.78%-
HSV(B)281.84º53.52%55.69%-
XYZ14.449.7726.72-
YUV90.51157.06148.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=36.39%
G=20.18%
B=43.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119661420.160.5400.44281.8436.5440.78
Hex77428E103602C11a2529
Octal16710221620660544324551
Binary1110111100001010001110100001101100101100100011010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,66,142); }

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

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

 a { background-color: rgb(119,66,142); }

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

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

 span { border-color: rgb(119,66,142); }

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