#756099

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

Shades of Scampi #756099

Tints of Scampi #756099

Color information

#756099 (or 0x756099) is unknown color: approx Scampi. HEX triplet: 75, 60 and 99. RGB value is (117,96,153). Sum of RGB (Red+Green+Blue) = 117+96+153=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #756099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756099 is #8A9F66. Grayscale: #6C6C6C. Windows color (decimal): -9084775 or 10051701. OLE color: 10051701.

HSL color Cylindrical-coordinate representation of color #756099: hue angle of 262.11º degrees, saturation: 0.23, 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 #756099 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11796153-
CMYK0.240.3700.4
HSL262.11º22.89%48.82%-
HSV(B)262.11º37.25%60%-
XYZ17.2714.4532.02-
YUV108.78152.96133.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 96 (37.89% from 255) = 26.23%
BLUE value IS 153 (60.16% from 255) = 41.80%
R=31.97%
G=26.23%
B=41.80%

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
Decimal117961530.240.3700.4262.1122.8948.82
Hex75609918250281061731
Octal16514023130450504062761
Binary111010111000001001100111000100101010100010000011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756099; }

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

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

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

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

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

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

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

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