#77508E

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

Shades of Affair #77508E

Tints of Affair #77508E

Color information

#77508E (or 0x77508E) is unknown color: approx Affair. HEX triplet: 77, 50 and 8E. RGB value is (119,80,142). Sum of RGB (Red+Green+Blue) = 119+80+142=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 142 - color contains mainly: blue. Hex color #77508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77508E is #88AF71. Grayscale: #626262. Windows color (decimal): -8957810 or 9326711. OLE color: 9326711.

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

Color convert

RGB11980142-
CMYK0.160.4400.44
HSL277.74º27.93%43.53%-
HSV(B)277.74º43.66%55.69%-
XYZ15.3611.6127.02-
YUV98.73152.42142.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.90%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 142 (55.86% from 255) = 41.64%
R=34.90%
G=23.46%
B=41.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119801420.160.4400.44277.7427.9343.53
Hex77508E102C02C1161c2c
Octal16712021620540544263454
Binary111011110100001000111010000101100010110010001011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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