#746796

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

Shades of Scampi #746796

Tints of Scampi #746796

Color information

#746796 (or 0x746796) is unknown color: approx Scampi. HEX triplet: 74, 67 and 96. RGB value is (116,103,150). Sum of RGB (Red+Green+Blue) = 116+103+150=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #746796 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746796 is #8B9869. Grayscale: #707070. Windows color (decimal): -9148522 or 9856884. OLE color: 9856884.

HSL color Cylindrical-coordinate representation of color #746796: hue angle of 256.6º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #746796 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB116103150-
CMYK0.230.3100.41
HSL256.6º18.58%49.61%-
HSV(B)256.6º31.33%58.82%-
XYZ17.5615.6230.94-
YUV112.24149.31130.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 150 (58.98% from 255) = 40.65%
R=31.44%
G=27.91%
B=40.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161031500.230.3100.41256.618.5849.61
Hex746796171F0291011332
Octal16414722627370514012362
Binary11101001100111100101101011111111010100110000000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746796; }

 p { color: rgb(116,103,150); }

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

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

 a { background-color: rgb(116,103,150); }

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

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

 span { border-color: rgb(116,103,150); }

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