#76528E

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

Shades of Affair #76528E

Tints of Affair #76528E

Color information

#76528E (or 0x76528E) is unknown color: approx Affair. HEX triplet: 76, 52 and 8E. RGB value is (118,82,142). Sum of RGB (Red+Green+Blue) = 118+82+142=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #76528E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76528E is #89AD71. Grayscale: #636363. Windows color (decimal): -9022834 or 9327222. OLE color: 9327222.

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

Color convert

RGB11882142-
CMYK0.170.4200.44
HSL276º26.79%43.92%-
HSV(B)276º42.25%55.69%-
XYZ15.3711.8427.07-
YUV99.6151.93141.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=34.50%
G=23.98%
B=41.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal118821420.170.4200.4427626.7943.92
Hex76528E112A02C1141b2c
Octal16612221621520544243354
Binary111011010100101000111010001101010010110010001010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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