#756792

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

Shades of Scampi #756792

Tints of Scampi #756792

Color information

#756792 (or 0x756792) is unknown color: approx Scampi. HEX triplet: 75, 67 and 92. RGB value is (117,103,146). Sum of RGB (Red+Green+Blue) = 117+103+146=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #756792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756792 is #8A986D. Grayscale: #6F6F6F. Windows color (decimal): -9082990 or 9594741. OLE color: 9594741.

HSL color Cylindrical-coordinate representation of color #756792: hue angle of 259.53º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #756792 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117103146-
CMYK0.200.2900.43
HSL259.53º17.27%48.82%-
HSV(B)259.53º29.45%57.25%-
XYZ17.3715.5629.28-
YUV112.09147.14131.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=31.97%
G=28.14%
B=39.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171031460.200.2900.43259.5317.2748.82
Hex756792141D02B1041131
Octal16514722224350534042161
Binary11101011100111100100101010011101010101110000010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756792; }

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

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

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

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

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

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

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

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