#784D86

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

Shades of Affair #784D86

Tints of Affair #784D86

Color information

#784D86 (or 0x784D86) is unknown color: approx Affair. HEX triplet: 78, 4D and 86. RGB value is (120,77,134). Sum of RGB (Red+Green+Blue) = 120+77+134=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 134 - color contains mainly: blue. Hex color #784D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784D86 is #87B279. Grayscale: #606060. Windows color (decimal): -8893050 or 8801656. OLE color: 8801656.

HSL color Cylindrical-coordinate representation of color #784D86: hue angle of 285.26º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #784D86 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12077134-
CMYK0.100.4300.47
HSL285.26º27.01%41.37%-
HSV(B)285.26º42.54%52.55%-
XYZ14.711.0223.91-
YUV96.35149.25144.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.25%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 134 (52.73% from 255) = 40.48%
R=36.25%
G=23.26%
B=40.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120771340.100.4300.47285.2627.0141.37
Hex784D86A2B02F11d1b29
Octal17011520612530574353351
Binary11110001001101100001101010101011010111110001110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784D86; }

 p { color: rgb(120,77,134); }

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

<style>
 a { background-color: #784D86; }

 a { background-color: rgb(120,77,134); }

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

<style>
 span { border-color: #784D86; }

 span { border-color: rgb(120,77,134); }

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