#75748D

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

Shades of Scampi #75748D

Tints of Scampi #75748D

Color information

#75748D (or 0x75748D) is unknown color: approx Scampi. HEX triplet: 75, 74 and 8D. RGB value is (117,116,141). Sum of RGB (Red+Green+Blue) = 117+116+141=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #75748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75748D is #8A8B72. Grayscale: #777777. Windows color (decimal): -9079667 or 9270389. OLE color: 9270389.

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

Color convert

RGB117116141-
CMYK0.170.1800.45
HSL242.4º9.88%50.39%-
HSV(B)242.4º17.73%55.29%-
XYZ18.3918.227.74-
YUV119.15140.33126.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=31.28%
G=31.02%
B=37.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171161410.170.1800.45242.49.8850.39
Hex75748D111202Df2a32
Octal16516421521220553621262
Binary111010111101001000110110001100100101101111100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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