#775192

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

Shades of Affair #775192

Tints of Affair #775192

Color information

#775192 (or 0x775192) is unknown color: approx Affair. HEX triplet: 77, 51 and 92. RGB value is (119,81,146). Sum of RGB (Red+Green+Blue) = 119+81+146=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #775192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775192 is #88AE6D. Grayscale: #636363. Windows color (decimal): -8957550 or 9589111. OLE color: 9589111.

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

Color convert

RGB11981146-
CMYK0.180.4500.43
HSL275.08º28.63%44.51%-
HSV(B)275.08º44.52%57.25%-
XYZ15.7411.8828.66-
YUV99.77154.09141.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=34.39%
G=23.41%
B=42.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119811460.180.4500.43275.0828.6344.51
Hex775192122D02B1131d2d
Octal16712122222550534233555
Binary111011110100011001001010010101101010101110001001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775192; }

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

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

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

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

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

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

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

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