#76548B

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

Shades of Affair #76548B

Tints of Affair #76548B

Color information

#76548B (or 0x76548B) is unknown color: approx Affair. HEX triplet: 76, 54 and 8B. RGB value is (118,84,139). Sum of RGB (Red+Green+Blue) = 118+84+139=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 84 (33.20% from 255 or 24.63% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #76548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76548B is #89AB74. Grayscale: #646464. Windows color (decimal): -9022325 or 9131126. OLE color: 9131126.

HSL color Cylindrical-coordinate representation of color #76548B: hue angle of 277.09º 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 #76548B is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11884139-
CMYK0.150.4000.45
HSL277.09º24.66%43.73%-
HSV(B)277.09º39.57%54.51%-
XYZ15.312.0625.95-
YUV100.44149.76140.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 84 (33.20% from 255) = 24.63%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=34.60%
G=24.63%
B=40.76%

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
Decimal118841390.150.4000.45277.0924.6643.73
Hex76548BF2802D115192c
Octal16612421317500554253154
Binary11101101010100100010111111101000010110110001010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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