#756F92

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

Shades of Scampi #756F92

Tints of Scampi #756F92

Color information

#756F92 (or 0x756F92) is unknown color: approx Scampi. HEX triplet: 75, 6F and 92. RGB value is (117,111,146). Sum of RGB (Red+Green+Blue) = 117+111+146=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #756F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756F92 is #8A906D. Grayscale: #747474. Windows color (decimal): -9080942 or 9596789. OLE color: 9596789.

HSL color Cylindrical-coordinate representation of color #756F92: hue angle of 250.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756F92 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117111146-
CMYK0.200.2400.43
HSL250.29º13.83%50.39%-
HSV(B)250.29º23.97%57.25%-
XYZ18.2117.2329.56-
YUV116.78144.49128.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 111 (43.75% from 255) = 29.68%
BLUE value IS 146 (57.42% from 255) = 39.04%
R=31.28%
G=29.68%
B=39.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171111460.200.2400.43250.2913.8350.39
Hex756F92141802Bfae32
Octal16515722224300533721662
Binary111010111011111001001010100110000101011111110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,111,146); }

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

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

 a { background-color: rgb(117,111,146); }

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

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

 span { border-color: rgb(117,111,146); }

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