#78597F

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

Shades of Affair #78597F

Tints of Affair #78597F

Color information

#78597F (or 0x78597F) is unknown color: approx Affair. HEX triplet: 78, 59 and 7F. RGB value is (120,89,127). Sum of RGB (Red+Green+Blue) = 120+89+127=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 127 (50% from 255 or 37.80% from 336); Max value from RGB is 127 - color contains mainly: blue. Hex color #78597F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78597F is #87A680. Grayscale: #666666. Windows color (decimal): -8889985 or 8345976. OLE color: 8345976.

HSL color Cylindrical-coordinate representation of color #78597F: hue angle of 288.95º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78597F is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12089127-
CMYK0.060.3000.50
HSL288.95º17.59%42.35%-
HSV(B)288.95º29.92%49.8%-
XYZ15.1512.6721.73-
YUV102.6141.77140.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 127 (50% from 255) = 37.80%
R=35.71%
G=26.49%
B=37.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal120891270.060.3000.50288.9517.5942.35
Hex78597F61E032121122a
Octal1701311776360624412252
Binary11110001011001111111111011110011001010010000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78597F; }

 p { color: rgb(120,89,127); }

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

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

 a { background-color: rgb(120,89,127); }

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

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

 span { border-color: rgb(120,89,127); }

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