#76547D

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

Shades of Affair #76547D

Tints of Affair #76547D

Color information

#76547D (or 0x76547D) is unknown color: approx Affair. HEX triplet: 76, 54 and 7D. RGB value is (118,84,125). Sum of RGB (Red+Green+Blue) = 118+84+125=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #76547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76547D is #89AB82. Grayscale: #626262. Windows color (decimal): -9022339 or 8213622. OLE color: 8213622.

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

Color convert

RGB11884125-
CMYK0.060.3300.51
HSL289.76º19.62%40.98%-
HSV(B)289.76º32.8%49.02%-
XYZ14.3411.6720.9-
YUV98.84142.76141.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=36.09%
G=25.69%
B=38.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118841250.060.3300.51289.7619.6240.98
Hex76547D6210331221429
Octal1661241756410634422451
Binary111011010101001111101110100001011001110010001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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