#7D6086

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

Shades of Affair #7D6086

Tints of Affair #7D6086

Color information

#7D6086 (or 0x7D6086) is unknown color: approx Affair. HEX triplet: 7D, 60 and 86. RGB value is (125,96,134). Sum of RGB (Red+Green+Blue) = 125+96+134=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 134 (52.73% from 255 or 37.75% from 355); Max value from RGB is 134 - color contains mainly: blue. Hex color #7D6086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6086 is #829F79. Grayscale: #6C6C6C. Windows color (decimal): -8560506 or 8806525. OLE color: 8806525.

HSL color Cylindrical-coordinate representation of color #7D6086: hue angle of 285.79º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D6086 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12596134-
CMYK0.070.2800.47
HSL285.79º16.52%45.1%-
HSV(B)285.79º28.36%52.55%-
XYZ16.9414.4524.45-
YUV109142.11139.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.21%
GREEN value IS 96 (37.89% from 255) = 27.04%
BLUE value IS 134 (52.73% from 255) = 37.75%
R=35.21%
G=27.04%
B=37.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125961340.070.2800.47285.7916.5245.1
Hex7D608671C02F11e112d
Octal1751402067340574362155
Binary111110111000001000011011111100010111110001111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D6086; }

 p { color: rgb(125,96,134); }

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

<style>
 a { background-color: #7D6086; }

 a { background-color: rgb(125,96,134); }

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

<style>
 span { border-color: #7D6086; }

 span { border-color: rgb(125,96,134); }

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