#774792

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

Shades of Affair #774792

Tints of Affair #774792

Color information

#774792 (or 0x774792) is unknown color: approx Affair. HEX triplet: 77, 47 and 92. RGB value is (119,71,146). Sum of RGB (Red+Green+Blue) = 119+71+146=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 146 - color contains mainly: blue. Hex color #774792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774792 is #88B86D. Grayscale: #5D5D5D. Windows color (decimal): -8960110 or 9586551. OLE color: 9586551.

HSL color Cylindrical-coordinate representation of color #774792: hue angle of 278.4º degrees, saturation: 0.35, 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 #774792 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11971146-
CMYK0.180.5100.43
HSL278.4º34.56%42.55%-
HSV(B)278.4º51.37%57.25%-
XYZ15.0510.528.43-
YUV93.9157.4145.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 71 (28.12% from 255) = 21.13%
BLUE value IS 146 (57.42% from 255) = 43.45%
R=35.42%
G=21.13%
B=43.45%

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
Decimal119711460.180.5100.43278.434.5642.55
Hex774792123302B116232b
Octal16710722222630534264353
Binary1110111100011110010010100101100110101011100010110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774792; }

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

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

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

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

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

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

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

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