#77548B

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

Shades of Affair #77548B

Tints of Affair #77548B

Color information

#77548B (or 0x77548B) is unknown color: approx Affair. HEX triplet: 77, 54 and 8B. RGB value is (119,84,139). Sum of RGB (Red+Green+Blue) = 119+84+139=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #77548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77548B is #88AB74. Grayscale: #646464. Windows color (decimal): -8956789 or 9131127. OLE color: 9131127.

HSL color Cylindrical-coordinate representation of color #77548B: hue angle of 278.18º 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 #77548B is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11984139-
CMYK0.140.4000.45
HSL278.18º24.66%43.73%-
HSV(B)278.18º39.57%54.51%-
XYZ15.4412.1325.95-
YUV100.74149.6141.03-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.80%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=34.80%
G=24.56%
B=40.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119841390.140.4000.45278.1824.6643.73
Hex77548BE2802D116192c
Octal16712421316500554263154
Binary11101111010100100010111110101000010110110001011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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