#76748B

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

Shades of Scampi #76748B

Tints of Scampi #76748B

Color information

#76748B (or 0x76748B) is unknown color: approx Scampi. HEX triplet: 76, 74 and 8B. RGB value is (118,116,139). Sum of RGB (Red+Green+Blue) = 118+116+139=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 116 (45.70% from 255 or 31.10% 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 #76748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76748B is #898B74. Grayscale: #777777. Windows color (decimal): -9014133 or 9139318. OLE color: 9139318.

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

Color convert

RGB118116139-
CMYK0.150.1700.45
HSL245.22º9.02%50%-
HSV(B)245.22º16.55%54.51%-
XYZ18.3818.2126.97-
YUV119.22139.16127.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 139 (54.69% from 255) = 37.27%
R=31.64%
G=31.10%
B=37.27%

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
Decimal1181161390.150.1700.45245.229.0250
Hex76748BF1102Df5932
Octal16616421317210553651162
Binary11101101110100100010111111100010101101111101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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