#76518C

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

Shades of Affair #76518C

Tints of Affair #76518C

Color information

#76518C (or 0x76518C) is unknown color: approx Affair. HEX triplet: 76, 51 and 8C. RGB value is (118,81,140). Sum of RGB (Red+Green+Blue) = 118+81+140=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #76518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76518C is #89AE73. Grayscale: #626262. Windows color (decimal): -9023092 or 9195894. OLE color: 9195894.

HSL color Cylindrical-coordinate representation of color #76518C: hue angle of 277.63º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76518C is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11881140-
CMYK0.160.4200.45
HSL277.63º26.7%43.33%-
HSV(B)277.63º42.14%54.9%-
XYZ15.1511.6326.26-
YUV98.79151.26141.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 81 (32.03% from 255) = 23.89%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=34.81%
G=23.89%
B=41.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118811400.160.4200.45277.6326.743.33
Hex76518C102A02D1161b2b
Octal16612121420520554263353
Binary111011010100011000110010000101010010110110001011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76518C; }

 p { color: rgb(118,81,140); }

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

<style>
 a { background-color: #76518C; }

 a { background-color: rgb(118,81,140); }

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

<style>
 span { border-color: #76518C; }

 span { border-color: rgb(118,81,140); }

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