#76738B

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

Shades of Scampi #76738B

Tints of Scampi #76738B

Color information

#76738B (or 0x76738B) is unknown color: approx Scampi. HEX triplet: 76, 73 and 8B. RGB value is (118,115,139). Sum of RGB (Red+Green+Blue) = 118+115+139=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 139 - color contains mainly: blue. Hex color #76738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76738B is #898C74. Grayscale: #767676. Windows color (decimal): -9014389 or 9139062. OLE color: 9139062.

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

Color convert

RGB118115139-
CMYK0.150.1700.45
HSL247.5º9.45%49.8%-
HSV(B)247.5º17.27%54.51%-
XYZ18.2617.9826.93-
YUV118.63139.49127.55-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 139 (54.69% from 255) = 37.37%
R=31.72%
G=30.91%
B=37.37%

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
Decimal1181151390.150.1700.45247.59.4549.8
Hex76738BF1102Df8932
Octal16616321317210553701162
Binary11101101110011100010111111100010101101111110001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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