#767599

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

Shades of Scampi #767599

Tints of Scampi #767599

Color information

#767599 (or 0x767599) is unknown color: approx Scampi. HEX triplet: 76, 75 and 99. RGB value is (118,117,153). Sum of RGB (Red+Green+Blue) = 118+117+153=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #767599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767599 is #898A66. Grayscale: #797979. Windows color (decimal): -9013863 or 10057078. OLE color: 10057078.

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

Color convert

RGB118117153-
CMYK0.230.2400.4
HSL241.67º15%52.94%-
HSV(B)241.67º23.53%60%-
XYZ19.5818.8732.75-
YUV121.4145.83125.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.41%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 153 (60.16% from 255) = 39.43%
R=30.41%
G=30.15%
B=39.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181171530.230.2400.4241.671552.94
Hex7675991718028f2f35
Octal16616523127300503621765
Binary111011011101011001100110111110000101000111100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767599; }

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

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

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

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

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

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

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

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