#766892

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

Shades of Scampi #766892

Tints of Scampi #766892

Color information

#766892 (or 0x766892) is unknown color: approx Scampi. HEX triplet: 76, 68 and 92. RGB value is (118,104,146). Sum of RGB (Red+Green+Blue) = 118+104+146=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 146 - color contains mainly: blue. Hex color #766892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766892 is #89976D. Grayscale: #707070. Windows color (decimal): -9017198 or 9594998. OLE color: 9594998.

HSL color Cylindrical-coordinate representation of color #766892: hue angle of 260º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766892 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118104146-
CMYK0.190.2900.43
HSL260º16.8%49.02%-
HSV(B)260º28.77%57.25%-
XYZ17.6115.8329.32-
YUV112.97146.64131.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.07%
GREEN value IS 104 (41.02% from 255) = 28.26%
BLUE value IS 146 (57.42% from 255) = 39.67%
R=32.07%
G=28.26%
B=39.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181041460.190.2900.4326016.849.02
Hex766892131D02B1041131
Octal16615022223350534042161
Binary11101101101000100100101001111101010101110000010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766892; }

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

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

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

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

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

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

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

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