#794C8C

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

Shades of Affair #794C8C

Tints of Affair #794C8C

Color information

#794C8C (or 0x794C8C) is unknown color: approx Affair. HEX triplet: 79, 4C and 8C. RGB value is (121,76,140). Sum of RGB (Red+Green+Blue) = 121+76+140=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #794C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794C8C is #86B373. Grayscale: #606060. Windows color (decimal): -8827764 or 9194617. OLE color: 9194617.

HSL color Cylindrical-coordinate representation of color #794C8C: hue angle of 282.19º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #794C8C is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12176140-
CMYK0.140.4600.45
HSL282.19º29.63%42.35%-
HSV(B)282.19º45.71%54.9%-
XYZ15.211.1326.16-
YUV96.75152.41145.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 76 (30.08% from 255) = 22.55%
BLUE value IS 140 (55.08% from 255) = 41.54%
R=35.91%
G=22.55%
B=41.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121761400.140.4600.45282.1929.6342.35
Hex794C8CE2E02D11a1e2a
Octal17111421416560554323652
Binary11110011001100100011001110101110010110110001101011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794C8C; }

 p { color: rgb(121,76,140); }

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

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

 a { background-color: rgb(121,76,140); }

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

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

 span { border-color: rgb(121,76,140); }

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