#77587F

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

Shades of Affair #77587F

Tints of Affair #77587F

Color information

#77587F (or 0x77587F) is unknown color: approx Affair. HEX triplet: 77, 58 and 7F. RGB value is (119,88,127). Sum of RGB (Red+Green+Blue) = 119+88+127=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #77587F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77587F is #88A780. Grayscale: #656565. Windows color (decimal): -8955777 or 8345719. OLE color: 8345719.

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

Color convert

RGB11988127-
CMYK0.060.3100.50
HSL287.69º18.14%42.16%-
HSV(B)287.69º30.71%49.8%-
XYZ14.9312.4321.69-
YUV101.71142.27140.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 127 (50% from 255) = 38.02%
R=35.63%
G=26.35%
B=38.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119881270.060.3100.50287.6918.1442.16
Hex77587F61F032120122a
Octal1671301776370624402252
Binary11101111011000111111111011111011001010010000010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,88,127); }

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

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

 a { background-color: rgb(119,88,127); }

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

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

 span { border-color: rgb(119,88,127); }

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