#775793

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

Shades of Affair #775793

Tints of Affair #775793

Color information

#775793 (or 0x775793) is unknown color: approx Affair. HEX triplet: 77, 57 and 93. RGB value is (119,87,147). Sum of RGB (Red+Green+Blue) = 119+87+147=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #775793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775793 is #88A86C. Grayscale: #676767. Windows color (decimal): -8956013 or 9656183. OLE color: 9656183.

HSL color Cylindrical-coordinate representation of color #775793: hue angle of 272º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #775793 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11987147-
CMYK0.190.4100.42
HSL272º25.64%45.88%-
HSV(B)272º40.82%57.65%-
XYZ16.2812.8429.22-
YUV103.41152.6139.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 87 (34.38% from 255) = 24.65%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=33.71%
G=24.65%
B=41.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119871470.190.4100.4227225.6445.88
Hex775793132902A1101a2e
Octal16712722323510524203256
Binary111011110101111001001110011101001010101010001000011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775793; }

 p { color: rgb(119,87,147); }

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

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

 a { background-color: rgb(119,87,147); }

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

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

 span { border-color: rgb(119,87,147); }

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