#76749B

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

Shades of Scampi #76749B

Tints of Scampi #76749B

Color information

#76749B (or 0x76749B) is unknown color: approx Scampi. HEX triplet: 76, 74 and 9B. RGB value is (118,116,155). Sum of RGB (Red+Green+Blue) = 118+116+155=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #76749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76749B is #898B64. Grayscale: #787878. Windows color (decimal): -9014117 or 10187894. OLE color: 10187894.

HSL color Cylindrical-coordinate representation of color #76749B: hue angle of 243.08º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76749B is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB118116155-
CMYK0.240.2500.39
HSL243.08º16.32%53.14%-
HSV(B)243.08º25.16%60.78%-
XYZ19.6318.7133.59-
YUV121.04147.16125.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.33%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=30.33%
G=29.82%
B=39.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1181161550.240.2500.39243.0816.3253.14
Hex76749B1819027f31035
Octal16616423330310473632065
Binary1110110111010010011011110001100101001111111001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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