#775C8C

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

Shades of Affair #775C8C

Tints of Affair #775C8C

Color information

#775C8C (or 0x775C8C) is unknown color: approx Affair. HEX triplet: 77, 5C and 8C. RGB value is (119,92,140). Sum of RGB (Red+Green+Blue) = 119+92+140=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #775C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775C8C is #88A373. Grayscale: #696969. Windows color (decimal): -8954740 or 9198711. OLE color: 9198711.

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

Color convert

RGB11992140-
CMYK0.150.3400.45
HSL273.75º20.69%45.49%-
HSV(B)273.75º34.29%54.9%-
XYZ16.1713.4726.56-
YUV105.54147.45137.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.90%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=33.90%
G=26.21%
B=39.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119921400.150.3400.45273.7520.6945.49
Hex775C8CF2202D112152d
Octal16713421417420554222555
Binary11101111011100100011001111100010010110110001001010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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