#77597E

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

Shades of Affair #77597E

Tints of Affair #77597E

Color information

#77597E (or 0x77597E) is unknown color: approx Affair. HEX triplet: 77, 59 and 7E. RGB value is (119,89,126). Sum of RGB (Red+Green+Blue) = 119+89+126=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 126 - color contains mainly: blue. Hex color #77597E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77597E is #88A681. Grayscale: #666666. Windows color (decimal): -8955522 or 8280439. OLE color: 8280439.

HSL color Cylindrical-coordinate representation of color #77597E: hue angle of 288.65º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77597E is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11989126-
CMYK0.060.2900.51
HSL288.65º17.21%42.16%-
HSV(B)288.65º29.37%49.41%-
XYZ14.9512.5721.38-
YUV102.19141.44139.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=35.63%
G=26.65%
B=37.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal119891260.060.2900.51288.6517.2142.16
Hex77597E61D033121112a
Octal1671311766350634412152
Binary11101111011001111111011011101011001110010000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77597E; }

 p { color: rgb(119,89,126); }

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

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

 a { background-color: rgb(119,89,126); }

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

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

 span { border-color: rgb(119,89,126); }

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