#76548A

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

Shades of Affair #76548A

Tints of Affair #76548A

Color information

#76548A (or 0x76548A) is unknown color: approx Affair. HEX triplet: 76, 54 and 8A. RGB value is (118,84,138). Sum of RGB (Red+Green+Blue) = 118+84+138=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #76548A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76548A is #89AB75. Grayscale: #646464. Windows color (decimal): -9022326 or 9065590. OLE color: 9065590.

HSL color Cylindrical-coordinate representation of color #76548A: hue angle of 277.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76548A is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11884138-
CMYK0.140.3900.46
HSL277.78º24.32%43.53%-
HSV(B)277.78º39.13%54.12%-
XYZ15.2312.0325.56-
YUV100.32149.26140.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 138 (54.30% from 255) = 40.59%
R=34.71%
G=24.71%
B=40.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118841380.140.3900.46277.7824.3243.53
Hex76548AE2702E116182c
Octal16612421216470564263054
Binary11101101010100100010101110100111010111010001011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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