#7B6084

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

Shades of Affair #7B6084

Tints of Affair #7B6084

Color information

#7B6084 (or 0x7B6084) is unknown color: approx Affair. HEX triplet: 7B, 60 and 84. RGB value is (123,96,132). Sum of RGB (Red+Green+Blue) = 123+96+132=351 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.04% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B6084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6084 is #849F7B. Grayscale: #6C6C6C. Windows color (decimal): -8691580 or 8675451. OLE color: 8675451.

HSL color Cylindrical-coordinate representation of color #7B6084: hue angle of 285º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B6084 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12396132-
CMYK0.070.2700.48
HSL285º15.79%44.71%-
HSV(B)285º27.27%51.76%-
XYZ16.5214.2423.71-
YUV108.18141.45138.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.04%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 132 (51.95% from 255) = 37.61%
R=35.04%
G=27.35%
B=37.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal123961320.070.2700.4828515.7944.71
Hex7B608471B03011d102d
Octal1731402047330604352055
Binary111101111000001000010011111011011000010001110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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