#77578B

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

Shades of Affair #77578B

Tints of Affair #77578B

Color information

#77578B (or 0x77578B) is unknown color: approx Affair. HEX triplet: 77, 57 and 8B. RGB value is (119,87,139). Sum of RGB (Red+Green+Blue) = 119+87+139=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 139 - color contains mainly: blue. Hex color #77578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77578B is #88A874. Grayscale: #666666. Windows color (decimal): -8956021 or 9131895. OLE color: 9131895.

HSL color Cylindrical-coordinate representation of color #77578B: hue angle of 276.92º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77578B is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11987139-
CMYK0.140.3700.45
HSL276.92º23.01%44.31%-
HSV(B)276.92º37.41%54.51%-
XYZ15.6812.626.03-
YUV102.5148.6139.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 139 (54.69% from 255) = 40.29%
R=34.49%
G=25.22%
B=40.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119871390.140.3700.45276.9223.0144.31
Hex77578BE2502D115172c
Octal16712721316450554252754
Binary11101111010111100010111110100101010110110001010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77578B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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