#75708F

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

Shades of Scampi #75708F

Tints of Scampi #75708F

Color information

#75708F (or 0x75708F) is unknown color: approx Scampi. HEX triplet: 75, 70 and 8F. RGB value is (117,112,143). Sum of RGB (Red+Green+Blue) = 117+112+143=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 143 - color contains mainly: blue. Hex color #75708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75708F is #8A8F70. Grayscale: #747474. Windows color (decimal): -9080689 or 9400437. OLE color: 9400437.

HSL color Cylindrical-coordinate representation of color #75708F: hue angle of 249.68º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75708F is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB117112143-
CMYK0.180.2200.44
HSL249.68º12.16%50%-
HSV(B)249.68º21.68%56.08%-
XYZ18.0917.3528.38-
YUV117.03142.66127.98-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 112 (44.14% from 255) = 30.11%
BLUE value IS 143 (56.25% from 255) = 38.44%
R=31.45%
G=30.11%
B=38.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171121430.180.2200.44249.6812.1650
Hex75708F121602Cfac32
Octal16516021722260543721462
Binary111010111100001000111110010101100101100111110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75708F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75708F; }

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

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

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

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

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

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

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

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