#775292

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

Shades of Affair #775292

Tints of Affair #775292

Color information

#775292 (or 0x775292) is unknown color: approx Affair. HEX triplet: 77, 52 and 92. RGB value is (119,82,146). Sum of RGB (Red+Green+Blue) = 119+82+146=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #775292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775292 is #88AD6D. Grayscale: #646464. Windows color (decimal): -8957294 or 9589367. OLE color: 9589367.

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

Color convert

RGB11982146-
CMYK0.180.4400.43
HSL274.69º28.07%44.71%-
HSV(B)274.69º43.84%57.25%-
XYZ15.8112.0328.68-
YUV100.36153.76141.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.29%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 146 (57.42% from 255) = 42.07%
R=34.29%
G=23.63%
B=42.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119821460.180.4400.43274.6928.0744.71
Hex775292122C02B1131c2d
Octal16712222222540534233455
Binary111011110100101001001010010101100010101110001001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775292; }

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

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

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

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

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

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

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

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