#77448E

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

Shades of Affair #77448E

Tints of Affair #77448E

Color information

#77448E (or 0x77448E) is unknown color: approx Affair. HEX triplet: 77, 44 and 8E. RGB value is (119,68,142). Sum of RGB (Red+Green+Blue) = 119+68+142=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #77448E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77448E is #88BB71. Grayscale: #5B5B5B. Windows color (decimal): -8960882 or 9323639. OLE color: 9323639.

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

Color convert

RGB11968142-
CMYK0.160.5200.44
HSL281.35º35.24%41.18%-
HSV(B)281.35º52.11%55.69%-
XYZ14.5610.0126.76-
YUV91.68156.4147.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=36.17%
G=20.67%
B=43.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119681420.160.5200.44281.3535.2441.18
Hex77448E103402C1192329
Octal16710421620640544314351
Binary1110111100010010001110100001101000101100100011001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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