#785289

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

Shades of Affair #785289

Tints of Affair #785289

Color information

#785289 (or 0x785289) is unknown color: approx Affair. HEX triplet: 78, 52 and 89. RGB value is (120,82,137). Sum of RGB (Red+Green+Blue) = 120+82+137=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #785289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785289 is #87AD76. Grayscale: #636363. Windows color (decimal): -8891767 or 8999544. OLE color: 8999544.

HSL color Cylindrical-coordinate representation of color #785289: hue angle of 281.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #785289 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12082137-
CMYK0.120.4000.46
HSL281.45º25.11%42.94%-
HSV(B)281.45º40.15%53.73%-
XYZ15.2811.8325.15-
YUV99.63149.09142.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 137 (53.91% from 255) = 40.41%
R=35.40%
G=24.19%
B=40.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal120821370.120.4000.46281.4525.1142.94
Hex785289C2802E119192b
Octal17012221114500564313153
Binary11110001010010100010011100101000010111010001100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785289; }

 p { color: rgb(120,82,137); }

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

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

 a { background-color: rgb(120,82,137); }

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

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

 span { border-color: rgb(120,82,137); }

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