#796088

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

Shades of Affair #796088

Tints of Affair #796088

Color information

#796088 (or 0x796088) is unknown color: approx Affair. HEX triplet: 79, 60 and 88. RGB value is (121,96,136). Sum of RGB (Red+Green+Blue) = 121+96+136=353 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.28% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #796088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #796088 is #869F77. Grayscale: #6B6B6B. Windows color (decimal): -8822648 or 8937593. OLE color: 8937593.

HSL color Cylindrical-coordinate representation of color #796088: hue angle of 277.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #796088 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12196136-
CMYK0.110.2900.47
HSL277.5º17.24%45.49%-
HSV(B)277.5º29.41%53.33%-
XYZ16.5114.2125.16-
YUV108.04143.78137.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.28%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=34.28%
G=27.20%
B=38.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121961360.110.2900.47277.517.2445.49
Hex796088B1D02F116112d
Octal17114021013350574262155
Binary1111001110000010001000101111101010111110001011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796088; }

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

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

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

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

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

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

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

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