#77738C

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

Shades of Scampi #77738C

Tints of Scampi #77738C

Color information

#77738C (or 0x77738C) is unknown color: approx Scampi. HEX triplet: 77, 73 and 8C. RGB value is (119,115,140). Sum of RGB (Red+Green+Blue) = 119+115+140=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 140 - color contains mainly: blue. Hex color #77738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77738C is #888C73. Grayscale: #767676. Windows color (decimal): -8948852 or 9204599. OLE color: 9204599.

HSL color Cylindrical-coordinate representation of color #77738C: hue angle of 249.6º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #77738C is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB119115140-
CMYK0.150.1800.45
HSL249.6º9.8%50%-
HSV(B)249.6º17.86%54.9%-
XYZ18.4718.0827.33-
YUV119.05139.83127.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 140 (55.08% from 255) = 37.43%
R=31.82%
G=30.75%
B=37.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191151400.150.1800.45249.69.850
Hex77738CF1202Dfaa32
Octal16716321417220553721262
Binary11101111110011100011001111100100101101111110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77738C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77738C; }

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

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

<style>
 a { background-color: #77738C; }

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

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

<style>
 span { border-color: #77738C; }

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

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