#794C84

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

Shades of Affair #794C84

Tints of Affair #794C84

Color information

#794C84 (or 0x794C84) is unknown color: approx Affair. HEX triplet: 79, 4C and 84. RGB value is (121,76,132). Sum of RGB (Red+Green+Blue) = 121+76+132=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #794C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794C84 is #86B37B. Grayscale: #5F5F5F. Windows color (decimal): -8827772 or 8670329. OLE color: 8670329.

HSL color Cylindrical-coordinate representation of color #794C84: hue angle of 288.21º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #794C84 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12176132-
CMYK0.080.4200.48
HSL288.21º26.92%40.78%-
HSV(B)288.21º42.42%51.76%-
XYZ14.6310.923.16-
YUV95.84148.41145.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.78%
GREEN value IS 76 (30.08% from 255) = 23.10%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=36.78%
G=23.10%
B=40.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121761320.080.4200.48288.2126.9240.78
Hex794C8482A0301201b29
Octal17111420410520604403351
Binary11110011001100100001001000101010011000010010000011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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