#784B83

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

Shades of Affair #784B83

Tints of Affair #784B83

Color information

#784B83 (or 0x784B83) is unknown color: approx Affair. HEX triplet: 78, 4B and 83. RGB value is (120,75,131). Sum of RGB (Red+Green+Blue) = 120+75+131=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #784B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784B83 is #87B47C. Grayscale: #5E5E5E. Windows color (decimal): -8893565 or 8604536. OLE color: 8604536.

HSL color Cylindrical-coordinate representation of color #784B83: hue angle of 288.21º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #784B83 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12075131-
CMYK0.080.4300.49
HSL288.21º27.18%40.39%-
HSV(B)288.21º42.75%51.37%-
XYZ14.3610.6622.77-
YUV94.84148.41145.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.81%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=36.81%
G=23.01%
B=40.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120751310.080.4300.49288.2127.1840.39
Hex784B8382B0311201b28
Octal17011320310530614403350
Binary11110001001011100000111000101011011000110010000011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,75,131); }

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

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

 a { background-color: rgb(120,75,131); }

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

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

 span { border-color: rgb(120,75,131); }

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