#756E90

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

Shades of Scampi #756E90

Tints of Scampi #756E90

Color information

#756E90 (or 0x756E90) is unknown color: approx Scampi. HEX triplet: 75, 6E and 90. RGB value is (117,110,144). Sum of RGB (Red+Green+Blue) = 117+110+144=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #756E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756E90 is #8A916F. Grayscale: #737373. Windows color (decimal): -9081200 or 9465461. OLE color: 9465461.

HSL color Cylindrical-coordinate representation of color #756E90: hue angle of 252.35º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756E90 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB117110144-
CMYK0.190.2400.44
HSL252.35º13.39%49.8%-
HSV(B)252.35º23.61%56.47%-
XYZ17.9516.9528.71-
YUV115.97143.82128.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 110 (43.36% from 255) = 29.65%
BLUE value IS 144 (56.64% from 255) = 38.81%
R=31.54%
G=29.65%
B=38.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171101440.190.2400.44252.3513.3949.8
Hex756E90131802Cfcd32
Octal16515622023300543741562
Binary111010111011101001000010011110000101100111111001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756E90; }

 p { color: rgb(117,110,144); }

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

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

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

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

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

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

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