Html Css Color HEX #746C96 Scampi

📋 copy color: '#746C96'

red 116 ◦ green 108 ◦ blue 150

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

Shades of Scampi #746C96

Tints of Scampi #746C96

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.88%

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

R = 31.02%
G = 28.88%
B = 40.11%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#746C96 (or 0x746C96) is known color: Scampi. HEX triplet: 74, 6C and 96. RGB value is (116,108,150). Sum of RGB (Red+Green+Blue) = 116+108+150=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #746C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746C96 is #8B9369. Grayscale: #737373. Windows color (decimal): -9147242 or 9858164. OLE color: 9858164.

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

Color convert

RGB 116 108 150 -
CMYK 0.23 0.28 0 0.41
HSL 251.43º 0.17% 0.51% -
HSV(B) 251.43º 0.28% 0.59% -
XYZ 18.07 16.64 31.11 -
YUV 115.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 116 108 150 0.23 0.28 0 0.41 251.43 0.17 0.51
Hex 74 6C 96 17 1C 0 29 FB 11 33
Octal 164 154 226 27 34 0 51 373 21 63
Binary 1110100 1101100 10010110 10111 11100 0 101001 11111011 10001 110011

Color Harmonies of #746C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C96

Black with #746C96

Text Example


Text Example

White with #746C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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