#77748C

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

Shades of Scampi #77748C

Tints of Scampi #77748C

Color information

#77748C (or 0x77748C) is unknown color: approx Scampi. HEX triplet: 77, 74 and 8C. RGB value is (119,116,140). Sum of RGB (Red+Green+Blue) = 119+116+140=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #77748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77748C is #888B73. Grayscale: #777777. Windows color (decimal): -8948596 or 9204855. OLE color: 9204855.

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

Color convert

RGB119116140-
CMYK0.150.1700.45
HSL247.5º9.45%50.2%-
HSV(B)247.5º17.14%54.9%-
XYZ18.5918.3127.36-
YUV119.63139.49127.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.73%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=31.73%
G=30.93%
B=37.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1191161400.150.1700.45247.59.4550.2
Hex77748CF1102Df8932
Octal16716421417210553701162
Binary11101111110100100011001111100010101101111110001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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