#795582

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

Shades of Affair #795582

Tints of Affair #795582

Color information

#795582 (or 0x795582) is unknown color: approx Affair. HEX triplet: 79, 55 and 82. RGB value is (121,85,130). Sum of RGB (Red+Green+Blue) = 121+85+130=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #795582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795582 is #86AA7D. Grayscale: #646464. Windows color (decimal): -8825470 or 8541561. OLE color: 8541561.

HSL color Cylindrical-coordinate representation of color #795582: hue angle of 288º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #795582 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12185130-
CMYK0.070.3500.49
HSL288º20.93%42.16%-
HSV(B)288º34.62%50.98%-
XYZ15.1612.1722.67-
YUV100.89144.43142.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.01%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=36.01%
G=25.30%
B=38.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121851300.070.3500.4928820.9342.16
Hex795582723031120152a
Octal1711252027430614402552
Binary1111001101010110000010111100011011000110010000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795582; }

 p { color: rgb(121,85,130); }

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

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

 a { background-color: rgb(121,85,130); }

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

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

 span { border-color: rgb(121,85,130); }

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