#785687

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

Shades of Affair #785687

Tints of Affair #785687

Color information

#785687 (or 0x785687) is unknown color: approx Affair. HEX triplet: 78, 56 and 87. RGB value is (120,86,135). Sum of RGB (Red+Green+Blue) = 120+86+135=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #785687 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785687 is #87A978. Grayscale: #656565. Windows color (decimal): -8890745 or 8869496. OLE color: 8869496.

HSL color Cylindrical-coordinate representation of color #785687: hue angle of 281.63º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #785687 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12086135-
CMYK0.110.3600.47
HSL281.63º22.17%43.33%-
HSV(B)281.63º36.3%52.94%-
XYZ15.4512.424.5-
YUV101.75146.76141.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=35.19%
G=25.22%
B=39.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120861350.110.3600.47281.6322.1743.33
Hex785687B2402F11a162b
Octal17012620713440574322653
Binary11110001010110100001111011100100010111110001101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785687; }

 p { color: rgb(120,86,135); }

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

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

 a { background-color: rgb(120,86,135); }

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

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

 span { border-color: rgb(120,86,135); }

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