#766797

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

Shades of Scampi #766797

Tints of Scampi #766797

Color information

#766797 (or 0x766797) is unknown color: approx Scampi. HEX triplet: 76, 67 and 97. RGB value is (118,103,151). Sum of RGB (Red+Green+Blue) = 118+103+151=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #766797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766797 is #899868. Grayscale: #707070. Windows color (decimal): -9017449 or 9922422. OLE color: 9922422.

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

Color convert

RGB118103151-
CMYK0.220.3200.41
HSL258.75º18.9%49.8%-
HSV(B)258.75º31.79%59.22%-
XYZ17.9115.7931.38-
YUV112.96149.47131.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 103 (40.62% from 255) = 27.69%
BLUE value IS 151 (59.38% from 255) = 40.59%
R=31.72%
G=27.69%
B=40.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181031510.220.3200.41258.7518.949.8
Hex76679716200291031332
Octal16614722726400514032362
Binary111011011001111001011110110100000010100110000001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766797; }

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

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

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

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

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

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

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

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