#775884

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

Shades of Affair #775884

Tints of Affair #775884

Color information

#775884 (or 0x775884) is unknown color: approx Affair. HEX triplet: 77, 58 and 84. RGB value is (119,88,132). Sum of RGB (Red+Green+Blue) = 119+88+132=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 132 - color contains mainly: blue. Hex color #775884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775884 is #88A77B. Grayscale: #666666. Windows color (decimal): -8955772 or 8673399. OLE color: 8673399.

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

Color convert

RGB11988132-
CMYK0.100.3300.48
HSL282.27º20%43.14%-
HSV(B)282.27º33.33%51.76%-
XYZ15.2612.5723.45-
YUV102.28144.77139.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 88 (34.77% from 255) = 25.96%
BLUE value IS 132 (51.95% from 255) = 38.94%
R=35.10%
G=25.96%
B=38.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119881320.100.3300.48282.272043.14
Hex775884A2103011a142b
Octal16713020412410604322453
Binary11101111011000100001001010100001011000010001101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775884; }

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

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

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

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

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

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

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

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