#785587

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

Shades of Affair #785587

Tints of Affair #785587

Color information

#785587 (or 0x785587) is unknown color: approx Affair. HEX triplet: 78, 55 and 87. RGB value is (120,85,135). Sum of RGB (Red+Green+Blue) = 120+85+135=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #785587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785587 is #87AA78. Grayscale: #656565. Windows color (decimal): -8891001 or 8869240. OLE color: 8869240.

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

Color convert

RGB12085135-
CMYK0.110.3700.47
HSL282º22.73%43.14%-
HSV(B)282º37.04%52.94%-
XYZ15.3712.2424.47-
YUV101.16147.1141.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.29%
GREEN value IS 85 (33.59% from 255) = 25%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=35.29%
G=25%
B=39.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal120851350.110.3700.4728222.7343.14
Hex785587B2502F11a172b
Octal17012520713450574322753
Binary11110001010101100001111011100101010111110001101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785587; }

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

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

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

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

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

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

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

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