#756597

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

Shades of Scampi #756597

Tints of Scampi #756597

Color information

#756597 (or 0x756597) is unknown color: approx Scampi. HEX triplet: 75, 65 and 97. RGB value is (117,101,151). Sum of RGB (Red+Green+Blue) = 117+101+151=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #756597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756597 is #8A9A68. Grayscale: #6F6F6F. Windows color (decimal): -9083497 or 9921909. OLE color: 9921909.

HSL color Cylindrical-coordinate representation of color #756597: hue angle of 259.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #756597 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB117101151-
CMYK0.230.3300.41
HSL259.2º19.84%49.41%-
HSV(B)259.2º33.11%59.22%-
XYZ17.5815.3231.31-
YUV111.48150.3131.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=31.71%
G=27.37%
B=40.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171011510.230.3300.41259.219.8449.41
Hex75659717210291031431
Octal16514522727410514032461
Binary111010111001011001011110111100001010100110000001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756597; }

 p { color: rgb(117,101,151); }

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

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

 a { background-color: rgb(117,101,151); }

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

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

 span { border-color: rgb(117,101,151); }

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