#756C95

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

Shades of Scampi #756C95

Tints of Scampi #756C95

Color information

#756C95 (or 0x756C95) is unknown color: approx Scampi. HEX triplet: 75, 6C and 95. RGB value is (117,108,149). Sum of RGB (Red+Green+Blue) = 117+108+149=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #756C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756C95 is #8A936A. Grayscale: #737373. Windows color (decimal): -9081707 or 9792629. OLE color: 9792629.

HSL color Cylindrical-coordinate representation of color #756C95: hue angle of 253.17º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756C95 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117108149-
CMYK0.210.2800.42
HSL253.17º16.21%50.39%-
HSV(B)253.17º27.52%58.43%-
XYZ18.1216.6830.7-
YUV115.36146.98129.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 108 (42.58% from 255) = 28.88%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=31.28%
G=28.88%
B=39.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171081490.210.2800.42253.1716.2150.39
Hex756C95151C02Afd1032
Octal16515422525340523752062
Binary1110101110110010010101101011110001010101111110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,108,149); }

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

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

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

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

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

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

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