#757499

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

Shades of Scampi #757499

Tints of Scampi #757499

Color information

#757499 (or 0x757499) is unknown color: approx Scampi. HEX triplet: 75, 74 and 99. RGB value is (117,116,153). Sum of RGB (Red+Green+Blue) = 117+116+153=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #757499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757499 is #8A8B66. Grayscale: #787878. Windows color (decimal): -9079655 or 10056821. OLE color: 10056821.

HSL color Cylindrical-coordinate representation of color #757499: hue angle of 241.62º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #757499 is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB117116153-
CMYK0.240.2400.4
HSL241.62º15.35%52.75%-
HSV(B)241.62º24.18%60%-
XYZ19.3318.5732.7-
YUV120.52146.33125.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.31%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=30.31%
G=30.05%
B=39.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171161530.240.2400.4241.6215.3552.75
Hex7574991818028f2f35
Octal16516423130300503621765
Binary111010111101001001100111000110000101000111100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757499; }

 p { color: rgb(117,116,153); }

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

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

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

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

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

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

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