#76508A

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

Shades of Affair #76508A

Tints of Affair #76508A

Color information

#76508A (or 0x76508A) is unknown color: approx Affair. HEX triplet: 76, 50 and 8A. RGB value is (118,80,138). Sum of RGB (Red+Green+Blue) = 118+80+138=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #76508A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76508A is #89AF75. Grayscale: #616161. Windows color (decimal): -9023350 or 9064566. OLE color: 9064566.

HSL color Cylindrical-coordinate representation of color #76508A: hue angle of 279.31º 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 #76508A is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11880138-
CMYK0.140.4200.46
HSL279.31º26.61%42.75%-
HSV(B)279.31º42.03%54.12%-
XYZ14.9311.4225.46-
YUV97.97150.59142.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 80 (31.64% from 255) = 23.81%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=35.12%
G=23.81%
B=41.07%

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
Decimal118801380.140.4200.46279.3126.6142.75
Hex76508AE2A02E1171b2b
Octal16612021216520564273353
Binary11101101010000100010101110101010010111010001011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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