#775492

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

Shades of Affair #775492

Tints of Affair #775492

Color information

#775492 (or 0x775492) is unknown color: approx Affair. HEX triplet: 77, 54 and 92. RGB value is (119,84,146). Sum of RGB (Red+Green+Blue) = 119+84+146=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #775492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775492 is #88AB6D. Grayscale: #656565. Windows color (decimal): -8956782 or 9589879. OLE color: 9589879.

HSL color Cylindrical-coordinate representation of color #775492: hue angle of 273.87º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775492 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11984146-
CMYK0.180.4200.43
HSL273.87º26.96%45.1%-
HSV(B)273.87º42.47%57.25%-
XYZ15.9712.3428.73-
YUV101.53153.1140.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.10%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=34.10%
G=24.07%
B=41.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119841460.180.4200.43273.8726.9645.1
Hex775492122A02B1121b2d
Octal16712422222520534223355
Binary111011110101001001001010010101010010101110001001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775492; }

 p { color: rgb(119,84,146); }

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

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

 a { background-color: rgb(119,84,146); }

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

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

 span { border-color: rgb(119,84,146); }

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