#77528E

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

Shades of Affair #77528E

Tints of Affair #77528E

Color information

#77528E (or 0x77528E) is unknown color: approx Affair. HEX triplet: 77, 52 and 8E. RGB value is (119,82,142). Sum of RGB (Red+Green+Blue) = 119+82+142=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #77528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77528E is #88AD71. Grayscale: #636363. Windows color (decimal): -8957298 or 9327223. OLE color: 9327223.

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

Color convert

RGB11982142-
CMYK0.160.4200.44
HSL277º26.79%43.92%-
HSV(B)277º42.25%55.69%-
XYZ15.5111.9127.07-
YUV99.9151.76141.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.69%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=34.69%
G=23.91%
B=41.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119821420.160.4200.4427726.7943.92
Hex77528E102A02C1151b2c
Octal16712221620520544253354
Binary111011110100101000111010000101010010110010001010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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