#76728D

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

Shades of Scampi #76728D

Tints of Scampi #76728D

Color information

#76728D (or 0x76728D) is unknown color: approx Scampi. HEX triplet: 76, 72 and 8D. RGB value is (118,114,141). Sum of RGB (Red+Green+Blue) = 118+114+141=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #76728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76728D is #898D72. Grayscale: #767676. Windows color (decimal): -9014643 or 9269878. OLE color: 9269878.

HSL color Cylindrical-coordinate representation of color #76728D: hue angle of 248.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #76728D is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118114141-
CMYK0.160.1900.45
HSL248.89º10.59%50%-
HSV(B)248.89º19.15%55.29%-
XYZ18.317.8127.67-
YUV118.27140.83127.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=31.64%
G=30.56%
B=37.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181141410.160.1900.45248.8910.5950
Hex76728D101302Df9b32
Octal16616221520230553711362
Binary111011011100101000110110000100110101101111110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76728D; }

 p { color: rgb(118,114,141); }

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

<style>
 a { background-color: #76728D; }

 a { background-color: rgb(118,114,141); }

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

<style>
 span { border-color: #76728D; }

 span { border-color: rgb(118,114,141); }

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