#76528B

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

Shades of Affair #76528B

Tints of Affair #76528B

Color information

#76528B (or 0x76528B) is unknown color: approx Affair. HEX triplet: 76, 52 and 8B. RGB value is (118,82,139). Sum of RGB (Red+Green+Blue) = 118+82+139=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #76528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76528B is #89AD74. Grayscale: #636363. Windows color (decimal): -9022837 or 9130614. OLE color: 9130614.

HSL color Cylindrical-coordinate representation of color #76528B: hue angle of 277.89º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76528B is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11882139-
CMYK0.150.4100.45
HSL277.89º25.79%43.33%-
HSV(B)277.89º41.01%54.51%-
XYZ15.1511.7525.9-
YUV99.26150.43141.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=34.81%
G=24.19%
B=41.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118821390.150.4100.45277.8925.7943.33
Hex76528BF2902D1161a2b
Octal16612221317510554263253
Binary11101101010010100010111111101001010110110001011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76528B; }

 p { color: rgb(118,82,139); }

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

<style>
 a { background-color: #76528B; }

 a { background-color: rgb(118,82,139); }

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

<style>
 span { border-color: #76528B; }

 span { border-color: rgb(118,82,139); }

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