#796084

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

Shades of Affair #796084

Tints of Affair #796084

Color information

#796084 (or 0x796084) is unknown color: approx Affair. HEX triplet: 79, 60 and 84. RGB value is (121,96,132). Sum of RGB (Red+Green+Blue) = 121+96+132=349 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.67% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #796084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796084 is #869F7B. Grayscale: #6B6B6B. Windows color (decimal): -8822652 or 8675449. OLE color: 8675449.

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

Color convert

RGB12196132-
CMYK0.080.2700.48
HSL281.67º15.79%44.71%-
HSV(B)281.67º27.27%51.76%-
XYZ16.2314.123.7-
YUV107.58141.78137.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.67%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=34.67%
G=27.51%
B=37.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121961320.080.2700.48281.6715.7944.71
Hex79608481B03011a102d
Octal17114020410330604322055
Binary1111001110000010000100100011011011000010001101010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796084; }

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

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

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

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

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

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

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

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