#7D6089

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

Shades of Affair #7D6089

Tints of Affair #7D6089

Color information

#7D6089 (or 0x7D6089) is unknown color: approx Affair. HEX triplet: 7D, 60 and 89. RGB value is (125,96,137). Sum of RGB (Red+Green+Blue) = 125+96+137=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 137 - color contains mainly: blue. Hex color #7D6089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6089 is #829F76. Grayscale: #6D6D6D. Windows color (decimal): -8560503 or 9003133. OLE color: 9003133.

HSL color Cylindrical-coordinate representation of color #7D6089: hue angle of 282.44º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D6089 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12596137-
CMYK0.090.3000.46
HSL282.44º17.6%45.69%-
HSV(B)282.44º29.93%53.73%-
XYZ17.1614.5325.57-
YUV109.34143.61139.17-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.92%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 137 (53.91% from 255) = 38.27%
R=34.92%
G=26.82%
B=38.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125961370.090.3000.46282.4417.645.69
Hex7D608991E02E11a122e
Octal17514021111360564322256
Binary1111101110000010001001100111110010111010001101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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