#795F87

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

Shades of Affair #795F87

Tints of Affair #795F87

Color information

#795F87 (or 0x795F87) is unknown color: approx Affair. HEX triplet: 79, 5F and 87. RGB value is (121,95,135). Sum of RGB (Red+Green+Blue) = 121+95+135=351 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.47% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #795F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795F87 is #86A078. Grayscale: #6B6B6B. Windows color (decimal): -8822905 or 8871801. OLE color: 8871801.

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

Color convert

RGB12195135-
CMYK0.100.3000.47
HSL279º17.39%45.1%-
HSV(B)279º29.63%52.94%-
XYZ16.351424.76-
YUV107.33143.61137.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.47%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=34.47%
G=27.07%
B=38.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121951350.100.3000.4727917.3945.1
Hex795F87A1E02F117112d
Octal17113720712360574272155
Binary1111001101111110000111101011110010111110001011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795F87; }

 p { color: rgb(121,95,135); }

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

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

 a { background-color: rgb(121,95,135); }

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

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

 span { border-color: rgb(121,95,135); }

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