#767799

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

Shades of Scampi #767799

Tints of Scampi #767799

Color information

#767799 (or 0x767799) is unknown color: approx Scampi. HEX triplet: 76, 77 and 99. RGB value is (118,119,153). Sum of RGB (Red+Green+Blue) = 118+119+153=390 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.26% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #767799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767799 is #898866. Grayscale: #7A7A7A. Windows color (decimal): -9013351 or 10057590. OLE color: 10057590.

HSL color Cylindrical-coordinate representation of color #767799: hue angle of 238.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #767799 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB118119153-
CMYK0.230.2200.4
HSL238.29º14.64%53.14%-
HSV(B)238.29º22.88%60%-
XYZ19.8219.3532.83-
YUV122.58145.17124.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.26%
GREEN value IS 119 (46.88% from 255) = 30.51%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=30.26%
G=30.51%
B=39.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181191530.230.2200.4238.2914.6453.14
Hex7677991716028eef35
Octal16616723127260503561765
Binary111011011101111001100110111101100101000111011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767799; }

 p { color: rgb(118,119,153); }

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

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

 a { background-color: rgb(118,119,153); }

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

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

 span { border-color: rgb(118,119,153); }

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