#77738B

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

Shades of Scampi #77738B

Tints of Scampi #77738B

Color information

#77738B (or 0x77738B) is unknown color: approx Scampi. HEX triplet: 77, 73 and 8B. RGB value is (119,115,139). Sum of RGB (Red+Green+Blue) = 119+115+139=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #77738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77738B is #888C74. Grayscale: #767676. Windows color (decimal): -8948853 or 9139063. OLE color: 9139063.

HSL color Cylindrical-coordinate representation of color #77738B: hue angle of 250º 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 #77738B is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB119115139-
CMYK0.140.1700.45
HSL250º9.45%49.8%-
HSV(B)250º17.27%54.51%-
XYZ18.418.0526.94-
YUV118.93139.33128.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.90%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=31.90%
G=30.83%
B=37.27%

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
Decimal1191151390.140.1700.452509.4549.8
Hex77738BE1102Dfa932
Octal16716321316210553721162
Binary11101111110011100010111110100010101101111110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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