#775C8A

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

Shades of Affair #775C8A

Tints of Affair #775C8A

Color information

#775C8A (or 0x775C8A) is unknown color: approx Affair. HEX triplet: 77, 5C and 8A. RGB value is (119,92,138). Sum of RGB (Red+Green+Blue) = 119+92+138=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #775C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775C8A is #88A375. Grayscale: #696969. Windows color (decimal): -8954742 or 9067639. OLE color: 9067639.

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

Color convert

RGB11992138-
CMYK0.140.3300.46
HSL275.22º20%45.1%-
HSV(B)275.22º33.33%54.12%-
XYZ16.0213.4125.79-
YUV105.32146.45137.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=34.10%
G=26.36%
B=39.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119921380.140.3300.46275.222045.1
Hex775C8AE2102E113142d
Octal16713421216410564232455
Binary11101111011100100010101110100001010111010001001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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