#75758E

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

Shades of Scampi #75758E

Tints of Scampi #75758E

Color information

#75758E (or 0x75758E) is unknown color: approx Scampi. HEX triplet: 75, 75 and 8E. RGB value is (117,117,142). Sum of RGB (Red+Green+Blue) = 117+117+142=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #75758E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75758E is #8A8A71. Grayscale: #777777. Windows color (decimal): -9079410 or 9336181. OLE color: 9336181.

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

Color convert

RGB117117142-
CMYK0.180.1800.44
HSL240º9.96%50.78%-
HSV(B)240º17.61%55.69%-
XYZ18.5818.4628.17-
YUV119.85140.5125.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.12%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=31.12%
G=31.12%
B=37.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171171420.180.1800.442409.9650.78
Hex75758E121202Cf0a33
Octal16516521622220543601263
Binary111010111101011000111010010100100101100111100001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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