#757091

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

Shades of Scampi #757091

Tints of Scampi #757091

Color information

#757091 (or 0x757091) is unknown color: approx Scampi. HEX triplet: 75, 70 and 91. RGB value is (117,112,145). Sum of RGB (Red+Green+Blue) = 117+112+145=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 145 (57.03% from 255 or 38.77% from 374); Max value from RGB is 145 - color contains mainly: blue. Hex color #757091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757091 is #8A8F6E. Grayscale: #757575. Windows color (decimal): -9080687 or 9531509. OLE color: 9531509.

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

Color convert

RGB117112145-
CMYK0.190.2300.43
HSL249.09º13.04%50.39%-
HSV(B)249.09º22.76%56.86%-
XYZ18.2417.4129.19-
YUV117.26143.66127.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 145 (57.03% from 255) = 38.77%
R=31.28%
G=29.95%
B=38.77%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171121450.190.2300.43249.0913.0450.39
Hex757091131702Bf9d32
Octal16516022123270533711562
Binary111010111100001001000110011101110101011111110011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757091; }

 p { color: rgb(117,112,145); }

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

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

 a { background-color: rgb(117,112,145); }

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

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

 span { border-color: rgb(117,112,145); }

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