#785D92

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

Shades of Affair #785D92

Tints of Affair #785D92

Color information

#785D92 (or 0x785D92) is unknown color: approx Affair. HEX triplet: 78, 5D and 92. RGB value is (120,93,146). Sum of RGB (Red+Green+Blue) = 120+93+146=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #785D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785D92 is #87A26D. Grayscale: #6A6A6A. Windows color (decimal): -8888942 or 9592184. OLE color: 9592184.

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

Color convert

RGB12093146-
CMYK0.180.3600.43
HSL270.57º22.18%46.86%-
HSV(B)270.57º36.3%57.25%-
XYZ16.8513.928.99-
YUV107.12149.95137.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 93 (36.72% from 255) = 25.91%
BLUE value IS 146 (57.42% from 255) = 40.67%
R=33.43%
G=25.91%
B=40.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120931460.180.3600.43270.5722.1846.86
Hex785D92122402B10f162f
Octal17013522222440534172657
Binary111100010111011001001010010100100010101110000111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,93,146); }

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

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

 a { background-color: rgb(120,93,146); }

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

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

 span { border-color: rgb(120,93,146); }

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