#76547C

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

Shades of Affair #76547C

Tints of Affair #76547C

Color information

#76547C (or 0x76547C) is unknown color: approx Affair. HEX triplet: 76, 54 and 7C. RGB value is (118,84,124). Sum of RGB (Red+Green+Blue) = 118+84+124=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #76547C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76547C is #89AB83. Grayscale: #626262. Windows color (decimal): -9022340 or 8148086. OLE color: 8148086.

HSL color Cylindrical-coordinate representation of color #76547C: hue angle of 291º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #76547C is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11884124-
CMYK0.050.3200.51
HSL291º19.23%40.78%-
HSV(B)291º32.26%48.63%-
XYZ14.2811.6520.56-
YUV98.73142.26141.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.20%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=36.20%
G=25.77%
B=38.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118841240.050.3200.5129119.2340.78
Hex76547C5200331231329
Octal1661241745400634432351
Binary111011010101001111100101100000011001110010001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76547C; }

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

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

<style>
 a { background-color: #76547C; }

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

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

<style>
 span { border-color: #76547C; }

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

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