Html Css Color HEX #746596 Scampi

📋 copy color: '#746596'

red 116 ◦ green 101 ◦ blue 150

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

Shades of Scampi #746596

Tints of Scampi #746596

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.52%

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

R = 31.61%
G = 27.52%
B = 40.87%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#746596 (or 0x746596) is known color: Scampi. HEX triplet: 74, 65 and 96. RGB value is (116,101,150). Sum of RGB (Red+Green+Blue) = 116+101+150=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 150 - color contains mainly: blue. Hex color #746596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746596 is #8B9A69. Grayscale: #6E6E6E. Windows color (decimal): -9149034 or 9856372. OLE color: 9856372.

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

Color convert

RGB 116 101 150 -
CMYK 0.23 0.33 0 0.41
HSL 258.37º 0.2% 0.49% -
HSV(B) 258.37º 0.33% 0.59% -
XYZ 17.36 15.22 30.88 -
YUV 111.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 116 101 150 0.23 0.33 0 0.41 258.37 0.2 0.49
Hex 74 65 96 17 21 0 29 102 14 31
Octal 164 145 226 27 41 0 51 402 24 61
Binary 1110100 1100101 10010110 10111 100001 0 101001 100000010 10100 110001

Color Harmonies of #746596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746596

Black with #746596

Text Example


Text Example

White with #746596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746596; }

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

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

background-color css

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

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

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

border-color css

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

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

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