#774287

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

Shades of Affair #774287

Tints of Affair #774287

Color information

#774287 (or 0x774287) is unknown color: approx Affair. HEX triplet: 77, 42 and 87. RGB value is (119,66,135). Sum of RGB (Red+Green+Blue) = 119+66+135=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 135 - color contains mainly: blue. Hex color #774287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774287 is #88BD78. Grayscale: #595959. Windows color (decimal): -8961401 or 8864375. OLE color: 8864375.

HSL color Cylindrical-coordinate representation of color #774287: hue angle of 286.09º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #774287 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11966135-
CMYK0.120.5100.47
HSL286.09º34.33%39.41%-
HSV(B)286.09º51.11%52.94%-
XYZ13.939.5724.03-
YUV89.71153.56148.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 66 (26.17% from 255) = 20.62%
BLUE value IS 135 (53.12% from 255) = 42.19%
R=37.19%
G=20.62%
B=42.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119661350.120.5100.47286.0934.3339.41
Hex774287C3302F11e2227
Octal16710220714630574364247
Binary111011110000101000011111001100110101111100011110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774287; }

 p { color: rgb(119,66,135); }

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

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

 a { background-color: rgb(119,66,135); }

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

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

 span { border-color: rgb(119,66,135); }

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