#785482

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

Shades of Affair #785482

Tints of Affair #785482

Color information

#785482 (or 0x785482) is unknown color: approx Affair. HEX triplet: 78, 54 and 82. RGB value is (120,84,130). Sum of RGB (Red+Green+Blue) = 120+84+130=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 84 (33.20% from 255 or 25.15% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 130 - color contains mainly: blue. Hex color #785482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785482 is #87AB7D. Grayscale: #636363. Windows color (decimal): -8891262 or 8541304. OLE color: 8541304.

HSL color Cylindrical-coordinate representation of color #785482: hue angle of 286.96º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #785482 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12084130-
CMYK0.080.3500.49
HSL286.96º21.5%41.96%-
HSV(B)286.96º35.38%50.98%-
XYZ14.9511.9522.64-
YUV100.01144.93142.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.93%
GREEN value IS 84 (33.20% from 255) = 25.15%
BLUE value IS 130 (51.17% from 255) = 38.92%
R=35.93%
G=25.15%
B=38.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120841300.080.3500.49286.9621.541.96
Hex78548282303111f152a
Octal17012420210430614372552
Binary11110001010100100000101000100011011000110001111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785482; }

 p { color: rgb(120,84,130); }

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

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

 a { background-color: rgb(120,84,130); }

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

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

 span { border-color: rgb(120,84,130); }

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