#774892

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

Shades of Affair #774892

Tints of Affair #774892

Color information

#774892 (or 0x774892) is unknown color: approx Affair. HEX triplet: 77, 48 and 92. RGB value is (119,72,146). Sum of RGB (Red+Green+Blue) = 119+72+146=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #774892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774892 is #88B76D. Grayscale: #5E5E5E. Windows color (decimal): -8959854 or 9586807. OLE color: 9586807.

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

Color convert

RGB11972146-
CMYK0.180.5100.43
HSL278.11º33.94%42.75%-
HSV(B)278.11º50.68%57.25%-
XYZ15.1110.6328.45-
YUV94.49157.07145.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.31%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 146 (57.42% from 255) = 43.32%
R=35.31%
G=21.36%
B=43.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119721460.180.5100.43278.1133.9442.75
Hex774892123302B116222b
Octal16711022222630534264253
Binary1110111100100010010010100101100110101011100010110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774892; }

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

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

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

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

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

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

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

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