#7B6089

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

Shades of Affair #7B6089

Tints of Affair #7B6089

Color information

#7B6089 (or 0x7B6089) is unknown color: approx Affair. HEX triplet: 7B, 60 and 89. RGB value is (123,96,137). Sum of RGB (Red+Green+Blue) = 123+96+137=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #7B6089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6089 is #849F76. Grayscale: #6C6C6C. Windows color (decimal): -8691575 or 9003131. OLE color: 9003131.

HSL color Cylindrical-coordinate representation of color #7B6089: hue angle of 279.51º 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 #7B6089 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12396137-
CMYK0.100.3000.46
HSL279.51º17.6%45.69%-
HSV(B)279.51º29.93%53.73%-
XYZ16.8714.3825.55-
YUV108.75143.95138.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.55%
GREEN value IS 96 (37.89% from 255) = 26.97%
BLUE value IS 137 (53.91% from 255) = 38.48%
R=34.55%
G=26.97%
B=38.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal123961370.100.3000.46279.5117.645.69
Hex7B6089A1E02E118122e
Octal17314021112360564302256
Binary1111011110000010001001101011110010111010001100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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