#766995

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

Shades of Scampi #766995

Tints of Scampi #766995

Color information

#766995 (or 0x766995) is unknown color: approx Scampi. HEX triplet: 76, 69 and 95. RGB value is (118,105,149). Sum of RGB (Red+Green+Blue) = 118+105+149=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #766995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766995 is #89966A. Grayscale: #717171. Windows color (decimal): -9016939 or 9791862. OLE color: 9791862.

HSL color Cylindrical-coordinate representation of color #766995: hue angle of 257.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #766995 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB118105149-
CMYK0.210.3000.42
HSL257.73º17.32%49.8%-
HSV(B)257.73º29.53%58.43%-
XYZ17.9516.1230.6-
YUV113.9147.81130.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=31.72%
G=28.23%
B=40.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181051490.210.3000.42257.7317.3249.8
Hex766995151E02A1021132
Octal16615122525360524022162
Binary11101101101001100101011010111110010101010000001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766995; }

 p { color: rgb(118,105,149); }

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

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

 a { background-color: rgb(118,105,149); }

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

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

 span { border-color: rgb(118,105,149); }

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