#757599

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

Shades of Scampi #757599

Tints of Scampi #757599

Color information

#757599 (or 0x757599) is unknown color: approx Scampi. HEX triplet: 75, 75 and 99. RGB value is (117,117,153). Sum of RGB (Red+Green+Blue) = 117+117+153=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #757599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757599 is #8A8A66. Grayscale: #787878. Windows color (decimal): -9079399 or 10057077. OLE color: 10057077.

HSL color Cylindrical-coordinate representation of color #757599: hue angle of 240º 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 #757599 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB117117153-
CMYK0.240.2400.4
HSL240º15%52.94%-
HSV(B)240º23.53%60%-
XYZ19.4518.832.74-
YUV121.1146125.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 153 (60.16% from 255) = 39.53%
R=30.23%
G=30.23%
B=39.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171171530.240.2400.42401552.94
Hex7575991818028f0f35
Octal16516523130300503601765
Binary111010111101011001100111000110000101000111100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757599; }

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

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

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

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

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

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

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

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