#775782

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

Shades of Affair #775782

Tints of Affair #775782

Color information

#775782 (or 0x775782) is unknown color: approx Affair. HEX triplet: 77, 57 and 82. RGB value is (119,87,130). Sum of RGB (Red+Green+Blue) = 119+87+130=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #775782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775782 is #88A87D. Grayscale: #656565. Windows color (decimal): -8956030 or 8542071. OLE color: 8542071.

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

Color convert

RGB11987130-
CMYK0.080.3300.49
HSL284.65º19.82%42.55%-
HSV(B)284.65º33.08%50.98%-
XYZ15.0512.3522.71-
YUV101.47144.1140.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 87 (34.38% from 255) = 25.89%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=35.42%
G=25.89%
B=38.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119871300.080.3300.49284.6519.8242.55
Hex77578282103111d142b
Octal16712720210410614352453
Binary11101111010111100000101000100001011000110001110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775782; }

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

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

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

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

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

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

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

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