#76517D

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

Shades of Affair #76517D

Tints of Affair #76517D

Color information

#76517D (or 0x76517D) is unknown color: approx Affair. HEX triplet: 76, 51 and 7D. RGB value is (118,81,125). Sum of RGB (Red+Green+Blue) = 118+81+125=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #76517D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76517D is #89AE82. Grayscale: #606060. Windows color (decimal): -9023107 or 8212854. OLE color: 8212854.

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

Color convert

RGB11881125-
CMYK0.060.3500.51
HSL290.45º21.36%40.39%-
HSV(B)290.45º35.2%49.02%-
XYZ14.1211.2220.82-
YUV97.08143.76142.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=36.42%
G=25%
B=38.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118811250.060.3500.51290.4521.3640.39
Hex76517D6230331221528
Octal1661211756430634422550
Binary111011010100011111101110100011011001110010001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76517D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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