#785E84

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

Shades of Affair #785E84

Tints of Affair #785E84

Color information

#785E84 (or 0x785E84) is unknown color: approx Affair. HEX triplet: 78, 5E and 84. RGB value is (120,94,132). Sum of RGB (Red+Green+Blue) = 120+94+132=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #785E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E84 is #87A17B. Grayscale: #696969. Windows color (decimal): -8888700 or 8674936. OLE color: 8674936.

HSL color Cylindrical-coordinate representation of color #785E84: hue angle of 281.05º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #785E84 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12094132-
CMYK0.090.2900.48
HSL281.05º16.81%44.31%-
HSV(B)281.05º28.79%51.76%-
XYZ15.9113.6623.63-
YUV106.11142.61137.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 94 (37.11% from 255) = 27.17%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=34.68%
G=27.17%
B=38.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal120941320.090.2900.48281.0516.8144.31
Hex785E8491D030119112c
Octal17013620411350604312154
Binary1111000101111010000100100111101011000010001100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785E84; }

 p { color: rgb(120,94,132); }

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

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

 a { background-color: rgb(120,94,132); }

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

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

 span { border-color: rgb(120,94,132); }

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