#77558B

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

Shades of Affair #77558B

Tints of Affair #77558B

Color information

#77558B (or 0x77558B) is unknown color: approx Affair. HEX triplet: 77, 55 and 8B. RGB value is (119,85,139). Sum of RGB (Red+Green+Blue) = 119+85+139=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 85 (33.59% from 255 or 24.78% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #77558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77558B is #88AA74. Grayscale: #656565. Windows color (decimal): -8956533 or 9131383. OLE color: 9131383.

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

Color convert

RGB11985139-
CMYK0.140.3900.45
HSL277.78º24.11%43.92%-
HSV(B)277.78º38.85%54.51%-
XYZ15.5212.2825.98-
YUV101.32149.26140.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.69%
GREEN value IS 85 (33.59% from 255) = 24.78%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=34.69%
G=24.78%
B=40.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119851390.140.3900.45277.7824.1143.92
Hex77558BE2702D116182c
Octal16712521316470554263054
Binary11101111010101100010111110100111010110110001011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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