#76527D

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

Shades of Affair #76527D

Tints of Affair #76527D

Color information

#76527D (or 0x76527D) is unknown color: approx Affair. HEX triplet: 76, 52 and 7D. RGB value is (118,82,125). Sum of RGB (Red+Green+Blue) = 118+82+125=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #76527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76527D is #89AD82. Grayscale: #616161. Windows color (decimal): -9022851 or 8213110. OLE color: 8213110.

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

Color convert

RGB11882125-
CMYK0.060.3400.51
HSL290.23º20.77%40.59%-
HSV(B)290.23º34.4%49.02%-
XYZ14.1911.3720.85-
YUV97.67143.43142.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.31%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=36.31%
G=25.23%
B=38.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118821250.060.3400.51290.2320.7740.59
Hex76527D6220331221529
Octal1661221756420634422551
Binary111011010100101111101110100010011001110010001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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