#766897

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

Shades of Scampi #766897

Tints of Scampi #766897

Color information

#766897 (or 0x766897) is unknown color: approx Scampi. HEX triplet: 76, 68 and 97. RGB value is (118,104,151). Sum of RGB (Red+Green+Blue) = 118+104+151=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #766897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766897 is #899768. Grayscale: #717171. Windows color (decimal): -9017193 or 9922678. OLE color: 9922678.

HSL color Cylindrical-coordinate representation of color #766897: hue angle of 257.87º degrees, saturation: 0.18, 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 #766897 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB118104151-
CMYK0.220.3100.41
HSL257.87º18.43%50%-
HSV(B)257.87º31.13%59.22%-
XYZ18.0115.9931.41-
YUV113.54149.14131.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 151 (59.38% from 255) = 40.48%
R=31.64%
G=27.88%
B=40.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181041510.220.3100.41257.8718.4350
Hex766897161F0291021232
Octal16615022726370514022262
Binary11101101101000100101111011011111010100110000001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766897; }

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

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

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

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

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

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

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

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