#775E8C

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

Shades of Affair #775E8C

Tints of Affair #775E8C

Color information

#775E8C (or 0x775E8C) is unknown color: approx Affair. HEX triplet: 77, 5E and 8C. RGB value is (119,94,140). Sum of RGB (Red+Green+Blue) = 119+94+140=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #775E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775E8C is #88A173. Grayscale: #6A6A6A. Windows color (decimal): -8954228 or 9199223. OLE color: 9199223.

HSL color Cylindrical-coordinate representation of color #775E8C: hue angle of 272.61º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #775E8C is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11994140-
CMYK0.150.3300.45
HSL272.61º19.66%45.88%-
HSV(B)272.61º32.86%54.9%-
XYZ16.3413.8226.62-
YUV106.72146.78136.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=33.71%
G=26.63%
B=39.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119941400.150.3300.45272.6119.6645.88
Hex775E8CF2102D111142e
Octal16713621417410554212456
Binary11101111011110100011001111100001010110110001000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,94,140); }

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

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

 a { background-color: rgb(119,94,140); }

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

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

 span { border-color: rgb(119,94,140); }

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