#775C87

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

Shades of Affair #775C87

Tints of Affair #775C87

Color information

#775C87 (or 0x775C87) is unknown color: approx Affair. HEX triplet: 77, 5C and 87. RGB value is (119,92,135). Sum of RGB (Red+Green+Blue) = 119+92+135=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #775C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775C87 is #88A378. Grayscale: #686868. Windows color (decimal): -8954745 or 8871031. OLE color: 8871031.

HSL color Cylindrical-coordinate representation of color #775C87: hue angle of 277.67º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #775C87 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11992135-
CMYK0.120.3200.47
HSL277.67º18.94%44.51%-
HSV(B)277.67º31.85%52.94%-
XYZ15.8113.3324.66-
YUV104.98144.95138-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=34.39%
G=26.59%
B=39.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119921350.120.3200.47277.6718.9444.51
Hex775C87C2002F116132d
Octal16713420714400574262355
Binary11101111011100100001111100100000010111110001011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775C87; }

 p { color: rgb(119,92,135); }

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

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

 a { background-color: rgb(119,92,135); }

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

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

 span { border-color: rgb(119,92,135); }

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