#7B6090

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

Shades of Affair #7B6090

Tints of Affair #7B6090

Color information

#7B6090 (or 0x7B6090) is unknown color: approx Affair. HEX triplet: 7B, 60 and 90. RGB value is (123,96,144). Sum of RGB (Red+Green+Blue) = 123+96+144=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B6090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6090 is #849F6F. Grayscale: #6D6D6D. Windows color (decimal): -8691568 or 9461883. OLE color: 9461883.

HSL color Cylindrical-coordinate representation of color #7B6090: hue angle of 273.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B6090 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12396144-
CMYK0.150.3300.44
HSL273.75º20%47.06%-
HSV(B)273.75º33.33%56.47%-
XYZ17.3914.5928.29-
YUV109.54147.45137.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.88%
GREEN value IS 96 (37.89% from 255) = 26.45%
BLUE value IS 144 (56.64% from 255) = 39.67%
R=33.88%
G=26.45%
B=39.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123961440.150.3300.44273.752047.06
Hex7B6090F2102C112142f
Octal17314022017410544222457
Binary11110111100000100100001111100001010110010001001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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