#756199

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

Shades of Scampi #756199

Tints of Scampi #756199

Color information

#756199 (or 0x756199) is unknown color: approx Scampi. HEX triplet: 75, 61 and 99. RGB value is (117,97,153). Sum of RGB (Red+Green+Blue) = 117+97+153=367 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.88% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #756199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756199 is #8A9E66. Grayscale: #6D6D6D. Windows color (decimal): -9084519 or 10051957. OLE color: 10051957.

HSL color Cylindrical-coordinate representation of color #756199: hue angle of 261.43º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #756199 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11797153-
CMYK0.240.3700.4
HSL261.43º22.4%49.02%-
HSV(B)261.43º36.6%60%-
XYZ17.3614.6332.05-
YUV109.36152.63133.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.88%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=31.88%
G=26.43%
B=41.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117971530.240.3700.4261.4322.449.02
Hex75619918250281051631
Octal16514123130450504052661
Binary111010111000011001100111000100101010100010000010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756199; }

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

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

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

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

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

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

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

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