#75708E

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

Shades of Scampi #75708E

Tints of Scampi #75708E

Color information

#75708E (or 0x75708E) is unknown color: approx Scampi. HEX triplet: 75, 70 and 8E. RGB value is (117,112,142). Sum of RGB (Red+Green+Blue) = 117+112+142=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #75708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75708E is #8A8F71. Grayscale: #747474. Windows color (decimal): -9080690 or 9334901. OLE color: 9334901.

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

Color convert

RGB117112142-
CMYK0.180.2100.44
HSL250º11.81%49.8%-
HSV(B)250º21.13%55.69%-
XYZ18.0117.3227.99-
YUV116.92142.16128.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=31.54%
G=30.19%
B=38.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171121420.180.2100.4425011.8149.8
Hex75708E121502Cfac32
Octal16516021622250543721462
Binary111010111100001000111010010101010101100111110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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