#76538E

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

Shades of Affair #76538E

Tints of Affair #76538E

Color information

#76538E (or 0x76538E) is unknown color: approx Affair. HEX triplet: 76, 53 and 8E. RGB value is (118,83,142). Sum of RGB (Red+Green+Blue) = 118+83+142=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #76538E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76538E is #89AC71. Grayscale: #636363. Windows color (decimal): -9022578 or 9327478. OLE color: 9327478.

HSL color Cylindrical-coordinate representation of color #76538E: hue angle of 275.59º degrees, saturation: 0.26, 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 #76538E is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11883142-
CMYK0.170.4200.44
HSL275.59º26.22%44.12%-
HSV(B)275.59º41.55%55.69%-
XYZ15.4511.9927.09-
YUV100.19151.6140.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 83 (32.81% from 255) = 24.20%
BLUE value IS 142 (55.86% from 255) = 41.40%
R=34.40%
G=24.20%
B=41.40%

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
Decimal118831420.170.4200.44275.5926.2244.12
Hex76538E112A02C1141a2c
Octal16612321621520544243254
Binary111011010100111000111010001101010010110010001010011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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