#775482

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

Shades of Affair #775482

Tints of Affair #775482

Color information

#775482 (or 0x775482) is unknown color: approx Affair. HEX triplet: 77, 54 and 82. RGB value is (119,84,130). Sum of RGB (Red+Green+Blue) = 119+84+130=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 130 - color contains mainly: blue. Hex color #775482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775482 is #88AB7D. Grayscale: #636363. Windows color (decimal): -8956798 or 8541303. OLE color: 8541303.

HSL color Cylindrical-coordinate representation of color #775482: hue angle of 285.65º 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 #775482 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11984130-
CMYK0.080.3500.49
HSL285.65º21.5%41.96%-
HSV(B)285.65º35.38%50.98%-
XYZ14.8111.8722.63-
YUV99.71145.1141.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 84 (33.20% from 255) = 25.23%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=35.74%
G=25.23%
B=39.04%

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
Decimal119841300.080.3500.49285.6521.541.96
Hex77548282303111e152a
Octal16712420210430614362552
Binary11101111010100100000101000100011011000110001111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775482; }

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

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

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

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

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

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

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

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