#756697

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

Shades of Scampi #756697

Tints of Scampi #756697

Color information

#756697 (or 0x756697) is unknown color: approx Scampi. HEX triplet: 75, 66 and 97. RGB value is (117,102,151). Sum of RGB (Red+Green+Blue) = 117+102+151=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #756697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756697 is #8A9968. Grayscale: #6F6F6F. Windows color (decimal): -9083241 or 9922165. OLE color: 9922165.

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

Color convert

RGB117102151-
CMYK0.230.3200.41
HSL258.37º19.37%49.61%-
HSV(B)258.37º32.45%59.22%-
XYZ17.6715.5231.34-
YUV112.07149.97131.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.62%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 151 (59.38% from 255) = 40.81%
R=31.62%
G=27.57%
B=40.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171021510.230.3200.41258.3719.3749.61
Hex75669717200291021332
Octal16514622727400514022362
Binary111010111001101001011110111100000010100110000001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756697; }

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

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

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

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

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

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

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

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