#75738B

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

Shades of Scampi #75738B

Tints of Scampi #75738B

Color information

#75738B (or 0x75738B) is unknown color: approx Scampi. HEX triplet: 75, 73 and 8B. RGB value is (117,115,139). Sum of RGB (Red+Green+Blue) = 117+115+139=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #75738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75738B is #8A8C74. Grayscale: #767676. Windows color (decimal): -9079925 or 9139061. OLE color: 9139061.

HSL color Cylindrical-coordinate representation of color #75738B: hue angle of 245º 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 #75738B is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117115139-
CMYK0.160.1700.45
HSL245º9.45%49.8%-
HSV(B)245º17.27%54.51%-
XYZ18.1317.9126.93-
YUV118.33139.66127.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 115 (45.31% from 255) = 31.00%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=31.54%
G=31.00%
B=37.47%

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
Decimal1171151390.160.1700.452459.4549.8
Hex75738B101102Df5932
Octal16516321320210553651162
Binary111010111100111000101110000100010101101111101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75738B; }

 p { color: rgb(117,115,139); }

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

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

 a { background-color: rgb(117,115,139); }

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

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

 span { border-color: rgb(117,115,139); }

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