#766D92

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

Shades of Scampi #766D92

Tints of Scampi #766D92

Color information

#766D92 (or 0x766D92) is unknown color: approx Scampi. HEX triplet: 76, 6D and 92. RGB value is (118,109,146). Sum of RGB (Red+Green+Blue) = 118+109+146=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #766D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766D92 is #89926D. Grayscale: #737373. Windows color (decimal): -9015918 or 9596278. OLE color: 9596278.

HSL color Cylindrical-coordinate representation of color #766D92: hue angle of 254.59º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #766D92 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118109146-
CMYK0.190.2500.43
HSL254.59º14.51%50%-
HSV(B)254.59º25.34%57.25%-
XYZ18.1316.8629.49-
YUV115.91144.98129.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 109 (42.97% from 255) = 29.22%
BLUE value IS 146 (57.42% from 255) = 39.14%
R=31.64%
G=29.22%
B=39.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181091460.190.2500.43254.5914.5150
Hex766D92131902Bfff32
Octal16615522223310533771762
Binary111011011011011001001010011110010101011111111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,109,146); }

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

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

 a { background-color: rgb(118,109,146); }

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

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

 span { border-color: rgb(118,109,146); }

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