#77548D

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

Shades of Affair #77548D

Tints of Affair #77548D

Color information

#77548D (or 0x77548D) is unknown color: approx Affair. HEX triplet: 77, 54 and 8D. RGB value is (119,84,141). Sum of RGB (Red+Green+Blue) = 119+84+141=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #77548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77548D is #88AB72. Grayscale: #646464. Windows color (decimal): -8956787 or 9262199. OLE color: 9262199.

HSL color Cylindrical-coordinate representation of color #77548D: hue angle of 276.84º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77548D is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11984141-
CMYK0.160.4000.45
HSL276.84º25.33%44.12%-
HSV(B)276.84º40.43%55.29%-
XYZ15.5912.1926.73-
YUV100.96150.6140.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.59%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=34.59%
G=24.42%
B=40.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119841410.160.4000.45276.8425.3344.12
Hex77548D102802D115192c
Octal16712421520500554253154
Binary111011110101001000110110000101000010110110001010111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77548D; }

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

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

<style>
 a { background-color: #77548D; }

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

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

<style>
 span { border-color: #77548D; }

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

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