#775882

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

Shades of Affair #775882

Tints of Affair #775882

Color information

#775882 (or 0x775882) is unknown color: approx Affair. HEX triplet: 77, 58 and 82. RGB value is (119,88,130). Sum of RGB (Red+Green+Blue) = 119+88+130=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #775882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775882 is #88A77D. Grayscale: #656565. Windows color (decimal): -8955774 or 8542327. OLE color: 8542327.

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

Color convert

RGB11988130-
CMYK0.080.3200.49
HSL284.29º19.27%42.75%-
HSV(B)284.29º32.31%50.98%-
XYZ15.1312.5122.74-
YUV102.06143.77140.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 88 (34.77% from 255) = 26.11%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=35.31%
G=26.11%
B=38.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119881300.080.3200.49284.2919.2742.75
Hex77588282003111c132b
Octal16713020210400614342353
Binary11101111011000100000101000100000011000110001110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775882; }

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

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

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

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

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

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

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

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