#766992

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

Shades of Scampi #766992

Tints of Scampi #766992

Color information

#766992 (or 0x766992) is unknown color: approx Scampi. HEX triplet: 76, 69 and 92. RGB value is (118,105,146). Sum of RGB (Red+Green+Blue) = 118+105+146=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #766992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766992 is #89966D. Grayscale: #717171. Windows color (decimal): -9016942 or 9595254. OLE color: 9595254.

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

Color convert

RGB118105146-
CMYK0.190.2800.43
HSL259.02º16.33%49.22%-
HSV(B)259.02º28.08%57.25%-
XYZ17.7116.0329.35-
YUV113.56146.31131.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=31.98%
G=28.46%
B=39.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181051460.190.2800.43259.0216.3349.22
Hex766992131C02B1031031
Octal16615122223340534032061
Binary11101101101001100100101001111100010101110000001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766992; }

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

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

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

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

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

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

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

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