#75748C

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

Shades of Scampi #75748C

Tints of Scampi #75748C

Color information

#75748C (or 0x75748C) is unknown color: approx Scampi. HEX triplet: 75, 74 and 8C. RGB value is (117,116,140). Sum of RGB (Red+Green+Blue) = 117+116+140=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #75748C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75748C is #8A8B73. Grayscale: #767676. Windows color (decimal): -9079668 or 9204853. OLE color: 9204853.

HSL color Cylindrical-coordinate representation of color #75748C: hue angle of 242.5º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #75748C is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117116140-
CMYK0.160.1700.45
HSL242.5º9.45%50.2%-
HSV(B)242.5º17.14%54.9%-
XYZ18.3218.1727.35-
YUV119.04139.83126.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=31.37%
G=31.10%
B=37.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171161400.160.1700.45242.59.4550.2
Hex75748C101102Df2932
Octal16516421420210553621162
Binary111010111101001000110010000100010101101111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75748C; }

 p { color: rgb(117,116,140); }

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

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

 a { background-color: rgb(117,116,140); }

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

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

 span { border-color: rgb(117,116,140); }

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