#775092

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

Shades of Affair #775092

Tints of Affair #775092

Color information

#775092 (or 0x775092) is unknown color: approx Affair. HEX triplet: 77, 50 and 92. RGB value is (119,80,146). Sum of RGB (Red+Green+Blue) = 119+80+146=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #775092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775092 is #88AF6D. Grayscale: #626262. Windows color (decimal): -8957806 or 9588855. OLE color: 9588855.

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

Color convert

RGB11980146-
CMYK0.180.4500.43
HSL275.45º29.2%44.31%-
HSV(B)275.45º45.21%57.25%-
XYZ15.6611.7328.63-
YUV99.18154.42142.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=34.49%
G=23.19%
B=42.32%

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
Decimal119801460.180.4500.43275.4529.244.31
Hex775092122D02B1131d2c
Octal16712022222550534233554
Binary111011110100001001001010010101101010101110001001111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775092; }

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

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

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

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

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

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

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

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