#757694

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

Shades of Scampi #757694

Tints of Scampi #757694

Color information

#757694 (or 0x757694) is unknown color: approx Scampi. HEX triplet: 75, 76 and 94. RGB value is (117,118,148). Sum of RGB (Red+Green+Blue) = 117+118+148=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #757694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757694 is #8A896B. Grayscale: #797979. Windows color (decimal): -9079148 or 9729653. OLE color: 9729653.

HSL color Cylindrical-coordinate representation of color #757694: hue angle of 238.06º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #757694 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117118148-
CMYK0.210.2000.42
HSL238.06º12.65%51.96%-
HSV(B)238.06º20.95%58.04%-
XYZ19.1618.8830.65-
YUV121.12143.17125.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.55%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=30.55%
G=30.81%
B=38.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171181480.210.2000.42238.0612.6551.96
Hex757694151402Aeed34
Octal16516622425240523561564
Binary111010111101101001010010101101000101010111011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757694; }

 p { color: rgb(117,118,148); }

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

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

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

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

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

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

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