#775893

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

Shades of Affair #775893

Tints of Affair #775893

Color information

#775893 (or 0x775893) is unknown color: approx Affair. HEX triplet: 77, 58 and 93. RGB value is (119,88,147). Sum of RGB (Red+Green+Blue) = 119+88+147=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 147 (57.81% from 255 or 41.53% from 354); Max value from RGB is 147 - color contains mainly: blue. Hex color #775893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775893 is #88A76C. Grayscale: #676767. Windows color (decimal): -8955757 or 9656439. OLE color: 9656439.

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

Color convert

RGB11988147-
CMYK0.190.4000.42
HSL271.53º25.11%46.08%-
HSV(B)271.53º40.14%57.65%-
XYZ16.3613.0129.25-
YUV103.99152.27138.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.62%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 147 (57.81% from 255) = 41.53%
R=33.62%
G=24.86%
B=41.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119881470.190.4000.42271.5325.1146.08
Hex775893132802A110192e
Octal16713022323500524203156
Binary111011110110001001001110011101000010101010001000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775893; }

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

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

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

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

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

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

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

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