#756A9A

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

Shades of Scampi #756A9A

Tints of Scampi #756A9A

Color information

#756A9A (or 0x756A9A) is unknown color: approx Scampi. HEX triplet: 75, 6A and 9A. RGB value is (117,106,154). Sum of RGB (Red+Green+Blue) = 117+106+154=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #756A9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756A9A is #8A9565. Grayscale: #727272. Windows color (decimal): -9082214 or 10119797. OLE color: 10119797.

HSL color Cylindrical-coordinate representation of color #756A9A: hue angle of 253.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #756A9A is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117106154-
CMYK0.240.3100.40
HSL253.75º19.2%50.98%-
HSV(B)253.75º31.17%60.39%-
XYZ18.3216.4232.78-
YUV114.76150.14129.6-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=31.03%
G=28.12%
B=40.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171061540.240.3100.40253.7519.250.98
Hex756A9A181F028fe1333
Octal16515223230370503762363
Binary1110101110101010011010110001111101010001111111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,106,154); }

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

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

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

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

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

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

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