#77547F

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

Shades of Affair #77547F

Tints of Affair #77547F

Color information

#77547F (or 0x77547F) is unknown color: approx Affair. HEX triplet: 77, 54 and 7F. RGB value is (119,84,127). Sum of RGB (Red+Green+Blue) = 119+84+127=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #77547F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77547F is #88AB80. Grayscale: #636363. Windows color (decimal): -8956801 or 8344695. OLE color: 8344695.

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

Color convert

RGB11984127-
CMYK0.060.3400.50
HSL288.84º20.38%41.37%-
HSV(B)288.84º33.86%49.8%-
XYZ14.6111.7921.59-
YUV99.37143.6142-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 127 (50% from 255) = 38.48%
R=36.06%
G=25.45%
B=38.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal119841270.060.3400.50288.8420.3841.37
Hex77547F6220321211429
Octal1671241776420624412451
Binary111011110101001111111110100010011001010010000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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