#766796

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

Shades of Scampi #766796

Tints of Scampi #766796

Color information

#766796 (or 0x766796) is unknown color: approx Scampi. HEX triplet: 76, 67 and 96. RGB value is (118,103,150). Sum of RGB (Red+Green+Blue) = 118+103+150=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 150 - color contains mainly: blue. Hex color #766796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766796 is #899869. Grayscale: #707070. Windows color (decimal): -9017450 or 9856886. OLE color: 9856886.

HSL color Cylindrical-coordinate representation of color #766796: hue angle of 259.15º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #766796 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB118103150-
CMYK0.210.3100.41
HSL259.15º18.58%49.61%-
HSV(B)259.15º31.33%58.82%-
XYZ17.8315.7530.96-
YUV112.84148.97131.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=31.81%
G=27.76%
B=40.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181031500.210.3100.41259.1518.5849.61
Hex766796151F0291031332
Octal16614722625370514032362
Binary11101101100111100101101010111111010100110000001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766796; }

 p { color: rgb(118,103,150); }

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

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

 a { background-color: rgb(118,103,150); }

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

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

 span { border-color: rgb(118,103,150); }

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