#796085

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

Shades of Affair #796085

Tints of Affair #796085

Color information

#796085 (or 0x796085) is unknown color: approx Affair. HEX triplet: 79, 60 and 85. RGB value is (121,96,133). Sum of RGB (Red+Green+Blue) = 121+96+133=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #796085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796085 is #869F7A. Grayscale: #6B6B6B. Windows color (decimal): -8822651 or 8740985. OLE color: 8740985.

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

Color convert

RGB12196133-
CMYK0.090.2800.48
HSL280.54º16.16%44.9%-
HSV(B)280.54º27.82%52.16%-
XYZ16.314.1224.06-
YUV107.69142.28137.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 96 (37.89% from 255) = 27.43%
BLUE value IS 133 (52.34% from 255) = 38%
R=34.57%
G=27.43%
B=38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121961330.090.2800.48280.5416.1644.9
Hex79608591C030119102d
Octal17114020511340604312055
Binary1111001110000010000101100111100011000010001100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796085; }

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

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

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

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

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

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

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

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