#77748B

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

Shades of Scampi #77748B

Tints of Scampi #77748B

Color information

#77748B (or 0x77748B) is unknown color: approx Scampi. HEX triplet: 77, 74 and 8B. RGB value is (119,116,139). Sum of RGB (Red+Green+Blue) = 119+116+139=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #77748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77748B is #888B74. Grayscale: #777777. Windows color (decimal): -8948597 or 9139319. OLE color: 9139319.

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

Color convert

RGB119116139-
CMYK0.140.1700.45
HSL247.83º9.02%50%-
HSV(B)247.83º16.55%54.51%-
XYZ18.5118.2826.98-
YUV119.52138.99127.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 139 (54.69% from 255) = 37.17%
R=31.82%
G=31.02%
B=37.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191161390.140.1700.45247.839.0250
Hex77748BE1102Df8932
Octal16716421316210553701162
Binary11101111110100100010111110100010101101111110001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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