#77718E

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

Shades of Scampi #77718E

Tints of Scampi #77718E

Color information

#77718E (or 0x77718E) is unknown color: approx Scampi. HEX triplet: 77, 71 and 8E. RGB value is (119,113,142). Sum of RGB (Red+Green+Blue) = 119+113+142=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 142 - color contains mainly: blue. Hex color #77718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77718E is #888E71. Grayscale: #757575. Windows color (decimal): -8949362 or 9335159. OLE color: 9335159.

HSL color Cylindrical-coordinate representation of color #77718E: hue angle of 252.41º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77718E is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119113142-
CMYK0.160.2000.44
HSL252.41º11.37%50%-
HSV(B)252.41º20.42%55.69%-
XYZ18.417.6928.04-
YUV118.1141.49128.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=31.82%
G=30.21%
B=37.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191131420.160.2000.44252.4111.3750
Hex77718E101402Cfcb32
Octal16716121620240543741362
Binary111011111100011000111010000101000101100111111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77718E; }

 p { color: rgb(119,113,142); }

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

<style>
 a { background-color: #77718E; }

 a { background-color: rgb(119,113,142); }

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

<style>
 span { border-color: #77718E; }

 span { border-color: rgb(119,113,142); }

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