#77508A

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

Shades of Affair #77508A

Tints of Affair #77508A

Color information

#77508A (or 0x77508A) is unknown color: approx Affair. HEX triplet: 77, 50 and 8A. RGB value is (119,80,138). Sum of RGB (Red+Green+Blue) = 119+80+138=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #77508A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77508A is #88AF75. Grayscale: #626262. Windows color (decimal): -8957814 or 9064567. OLE color: 9064567.

HSL color Cylindrical-coordinate representation of color #77508A: hue angle of 280.34º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77508A is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11980138-
CMYK0.140.4200.46
HSL280.34º26.61%42.75%-
HSV(B)280.34º42.03%54.12%-
XYZ15.0611.4925.47-
YUV98.27150.42142.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 80 (31.64% from 255) = 23.74%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=35.31%
G=23.74%
B=40.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119801380.140.4200.46280.3426.6142.75
Hex77508AE2A02E1181b2b
Octal16712021216520564303353
Binary11101111010000100010101110101010010111010001100011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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