#75649A

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

Shades of Scampi #75649A

Tints of Scampi #75649A

Color information

#75649A (or 0x75649A) is unknown color: approx Scampi. HEX triplet: 75, 64 and 9A. RGB value is (117,100,154). Sum of RGB (Red+Green+Blue) = 117+100+154=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #75649A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75649A is #8A9B65. Grayscale: #6F6F6F. Windows color (decimal): -9083750 or 10118261. OLE color: 10118261.

HSL color Cylindrical-coordinate representation of color #75649A: hue angle of 258.89º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75649A is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB117100154-
CMYK0.240.3500.40
HSL258.89º21.26%49.8%-
HSV(B)258.89º35.06%60.39%-
XYZ17.7315.2332.58-
YUV111.24152.13132.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=31.54%
G=26.95%
B=41.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171001540.240.3500.40258.8921.2649.8
Hex75649A18230281031532
Octal16514423230430504032562
Binary111010111001001001101011000100011010100010000001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75649A; }

 p { color: rgb(117,100,154); }

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

<style>
 a { background-color: #75649A; }

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

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

<style>
 span { border-color: #75649A; }

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

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