#757799

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

Shades of Scampi #757799

Tints of Scampi #757799

Color information

#757799 (or 0x757799) is unknown color: approx Scampi. HEX triplet: 75, 77 and 99. RGB value is (117,119,153). Sum of RGB (Red+Green+Blue) = 117+119+153=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 153 - color contains mainly: blue. Hex color #757799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757799 is #8A8866. Grayscale: #7A7A7A. Windows color (decimal): -9078887 or 10057589. OLE color: 10057589.

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

Color convert

RGB117119153-
CMYK0.240.2200.4
HSL236.67º15%52.94%-
HSV(B)236.67º23.53%60%-
XYZ19.6819.2832.82-
YUV122.28145.34124.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.08%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 153 (60.16% from 255) = 39.33%
R=30.08%
G=30.59%
B=39.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171191530.240.2200.4236.671552.94
Hex7577991816028edf35
Octal16516723130260503551765
Binary111010111101111001100111000101100101000111011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757799; }

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

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

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

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

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

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

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

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