#75679F

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

Shades of Scampi #75679F

Tints of Scampi #75679F

Color information

#75679F (or 0x75679F) is unknown color: approx Scampi. HEX triplet: 75, 67 and 9F. RGB value is (117,103,159). Sum of RGB (Red+Green+Blue) = 117+103+159=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 159 - color contains mainly: blue. Hex color #75679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75679F is #8A9860. Grayscale: #717171. Windows color (decimal): -9082977 or 10446709. OLE color: 10446709.

HSL color Cylindrical-coordinate representation of color #75679F: hue angle of 255º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75679F is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117103159-
CMYK0.260.3500.38
HSL255º22.58%51.37%-
HSV(B)255º35.22%62.35%-
XYZ18.4415.9934.91-
YUV113.57153.64130.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.87%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 159 (62.5% from 255) = 41.95%
R=30.87%
G=27.18%
B=41.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171031590.260.3500.3825522.5851.37
Hex75679F1A23026ff1733
Octal16514723732430463772763
Binary11101011100111100111111101010001101001101111111110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,103,159); }

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

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

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

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

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

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

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