#7B6087

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

Shades of Affair #7B6087

Tints of Affair #7B6087

Color information

#7B6087 (or 0x7B6087) is unknown color: approx Affair. HEX triplet: 7B, 60 and 87. RGB value is (123,96,135). Sum of RGB (Red+Green+Blue) = 123+96+135=354 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.75% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B6087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6087 is #849F78. Grayscale: #6C6C6C. Windows color (decimal): -8691577 or 8872059. OLE color: 8872059.

HSL color Cylindrical-coordinate representation of color #7B6087: hue angle of 281.54º 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 #7B6087 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12396135-
CMYK0.090.2900.47
HSL281.54º16.88%45.29%-
HSV(B)281.54º28.89%52.94%-
XYZ16.7214.3324.81-
YUV108.52142.95138.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.75%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 135 (53.12% from 255) = 38.14%
R=34.75%
G=27.12%
B=38.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123961350.090.2900.47281.5416.8845.29
Hex7B608791D02F11a112d
Octal17314020711350574322155
Binary1111011110000010000111100111101010111110001101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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