#77749F

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

Shades of Scampi #77749F

Tints of Scampi #77749F

Color information

#77749F (or 0x77749F) is unknown color: approx Scampi. HEX triplet: 77, 74 and 9F. RGB value is (119,116,159). Sum of RGB (Red+Green+Blue) = 119+116+159=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #77749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77749F is #888B60. Grayscale: #797979. Windows color (decimal): -8948577 or 10450039. OLE color: 10450039.

HSL color Cylindrical-coordinate representation of color #77749F: hue angle of 244.19º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77749F is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119116159-
CMYK0.250.2700.38
HSL244.19º18.3%53.92%-
HSV(B)244.19º27.04%62.35%-
XYZ20.1118.9235.39-
YUV121.8148.99126-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 116 (45.70% from 255) = 29.44%
BLUE value IS 159 (62.5% from 255) = 40.36%
R=30.20%
G=29.44%
B=40.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191161590.250.2700.38244.1918.353.92
Hex77749F191B026f41236
Octal16716423731330463642266
Binary1110111111010010011111110011101101001101111010010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,116,159); }

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

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

 a { background-color: rgb(119,116,159); }

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

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

 span { border-color: rgb(119,116,159); }

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