#785985

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

Shades of Affair #785985

Tints of Affair #785985

Color information

#785985 (or 0x785985) is unknown color: approx Affair. HEX triplet: 78, 59 and 85. RGB value is (120,89,133). Sum of RGB (Red+Green+Blue) = 120+89+133=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #785985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785985 is #87A67A. Grayscale: #676767. Windows color (decimal): -8889979 or 8739192. OLE color: 8739192.

HSL color Cylindrical-coordinate representation of color #785985: hue angle of 282.27º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785985 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12089133-
CMYK0.100.3300.48
HSL282.27º19.82%43.53%-
HSV(B)282.27º33.08%52.16%-
XYZ15.5512.8323.85-
YUV103.28144.77139.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.09%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 133 (52.34% from 255) = 38.89%
R=35.09%
G=26.02%
B=38.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120891330.100.3300.48282.2719.8243.53
Hex785985A2103011a142c
Octal17013120512410604322454
Binary11110001011001100001011010100001011000010001101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785985; }

 p { color: rgb(120,89,133); }

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

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

 a { background-color: rgb(120,89,133); }

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

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

 span { border-color: rgb(120,89,133); }

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