#7D6087

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

Shades of Affair #7D6087

Tints of Affair #7D6087

Color information

#7D6087 (or 0x7D6087) is unknown color: approx Affair. HEX triplet: 7D, 60 and 87. RGB value is (125,96,135). Sum of RGB (Red+Green+Blue) = 125+96+135=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 135 - color contains mainly: blue. Hex color #7D6087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6087 is #829F78. Grayscale: #6C6C6C. Windows color (decimal): -8560505 or 8872061. OLE color: 8872061.

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

Color convert

RGB12596135-
CMYK0.070.2900.47
HSL284.62º16.88%45.29%-
HSV(B)284.62º28.89%52.94%-
XYZ17.0114.4724.82-
YUV109.12142.61139.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.11%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=35.11%
G=26.97%
B=37.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal125961350.070.2900.47284.6216.8845.29
Hex7D608771D02F11d112d
Octal1751402077350574352155
Binary111110111000001000011111111101010111110001110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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