#766F93

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

Shades of Scampi #766F93

Tints of Scampi #766F93

Color information

#766F93 (or 0x766F93) is unknown color: approx Scampi. HEX triplet: 76, 6F and 93. RGB value is (118,111,147). Sum of RGB (Red+Green+Blue) = 118+111+147=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 147 - color contains mainly: blue. Hex color #766F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766F93 is #89906C. Grayscale: #757575. Windows color (decimal): -9015405 or 9662326. OLE color: 9662326.

HSL color Cylindrical-coordinate representation of color #766F93: hue angle of 251.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #766F93 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118111147-
CMYK0.200.2400.42
HSL251.67º14.29%50.59%-
HSV(B)251.67º24.49%57.65%-
XYZ18.4217.3329.98-
YUV117.2144.82128.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.38%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=31.38%
G=29.52%
B=39.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181111470.200.2400.42251.6714.2950.59
Hex766F93141802Afce33
Octal16615722324300523741663
Binary111011011011111001001110100110000101010111111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766F93; }

 p { color: rgb(118,111,147); }

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

<style>
 a { background-color: #766F93; }

 a { background-color: rgb(118,111,147); }

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

<style>
 span { border-color: #766F93; }

 span { border-color: rgb(118,111,147); }

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