Html Css Color HEX #746A96 Scampi

📋 copy color: '#746A96'

red 116 ◦ green 106 ◦ blue 150

#746A96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #746A96

Tints of Scampi #746A96

RGB

 RED value IS 116 (45.7% from 255) = 31.18%

 GREEN value IS 106 (41.8% from 255) = 28.49%

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 31.18%
G = 28.49%
B = 40.32%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#746A96 (or 0x746A96) is known color: Scampi. HEX triplet: 74, 6A and 96. RGB value is (116,106,150). Sum of RGB (Red+Green+Blue) = 116+106+150=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #746A96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746A96 is #8B9569. Grayscale: #717171. Windows color (decimal): -9147754 or 9857652. OLE color: 9857652.

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

Color convert

RGB 116 106 150 -
CMYK 0.23 0.29 0 0.41
HSL 253.64º 0.17% 0.5% -
HSV(B) 253.64º 0.29% 0.59% -
XYZ 17.86 16.22 31.04 -
YUV 114.01 148.31 129.42 -
System Red Green Blue C M Y K H S L
Decimal 116 106 150 0.23 0.29 0 0.41 253.64 0.17 0.5
Hex 74 6A 96 17 1D 0 29 FE 11 32
Octal 164 152 226 27 35 0 51 376 21 62
Binary 1110100 1101010 10010110 10111 11101 0 101001 11111110 10001 110010

Color Harmonies of #746A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A96

Black with #746A96

Text Example


Text Example

White with #746A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A96; }

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

 H1.HeaderClassName
 {
   color: #746A96;
 }
 .AnyTagClassName
 {
   color: #746A96;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #746A96;
 }
 .BgClassName
 {
   background-color: #746A96;
 }
</style>

border-color css

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

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

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