#76538B

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

Shades of Affair #76538B

Tints of Affair #76538B

Color information

#76538B (or 0x76538B) is unknown color: approx Affair. HEX triplet: 76, 53 and 8B. RGB value is (118,83,139). Sum of RGB (Red+Green+Blue) = 118+83+139=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #76538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76538B is #89AC74. Grayscale: #636363. Windows color (decimal): -9022581 or 9130870. OLE color: 9130870.

HSL color Cylindrical-coordinate representation of color #76538B: hue angle of 277.5º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76538B is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11883139-
CMYK0.150.4000.45
HSL277.5º25.23%43.53%-
HSV(B)277.5º40.29%54.51%-
XYZ15.2211.925.92-
YUV99.85150.1140.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 83 (32.81% from 255) = 24.41%
BLUE value IS 139 (54.69% from 255) = 40.88%
R=34.71%
G=24.41%
B=40.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118831390.150.4000.45277.525.2343.53
Hex76538BF2802D116192c
Octal16612321317500554263154
Binary11101101010011100010111111101000010110110001011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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