#77739F

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

Shades of Scampi #77739F

Tints of Scampi #77739F

Color information

#77739F (or 0x77739F) is unknown color: approx Scampi. HEX triplet: 77, 73 and 9F. RGB value is (119,115,159). Sum of RGB (Red+Green+Blue) = 119+115+159=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #77739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77739F is #888C60. Grayscale: #797979. Windows color (decimal): -8948833 or 10449783. OLE color: 10449783.

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

Color convert

RGB119115159-
CMYK0.250.2800.38
HSL245.45º18.64%53.73%-
HSV(B)245.45º27.67%62.35%-
XYZ2018.6935.35-
YUV121.21149.33126.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=30.28%
G=29.26%
B=40.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191151590.250.2800.38245.4518.6453.73
Hex77739F191C026f51336
Octal16716323731340463652366
Binary1110111111001110011111110011110001001101111010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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