Html Css Color HEX #746D90 Scampi

📋 copy color: '#746D90'

red 116 ◦ green 109 ◦ blue 144

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

Shades of Scampi #746D90

Tints of Scampi #746D90

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

 BLUE value IS 144 (56.64% from 255) = 39.02%

R = 31.44%
G = 29.54%
B = 39.02%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#746D90 (or 0x746D90) is known color: Scampi. HEX triplet: 74, 6D and 90. RGB value is (116,109,144). Sum of RGB (Red+Green+Blue) = 116+109+144=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #746D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D90 is #8B926F. Grayscale: #727272. Windows color (decimal): -9146992 or 9465204. OLE color: 9465204.

HSL color Cylindrical-coordinate representation of color #746D90: hue angle of 252º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746D90 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 109 144 -
CMYK 0.19 0.24 0 0.44
HSL 252º 0.14% 0.5% -
HSV(B) 252º 0.24% 0.56% -
XYZ 17.71 16.66 28.67 -
YUV 115.08 144.32 128.65 -
System Red Green Blue C M Y K H S L
Decimal 116 109 144 0.19 0.24 0 0.44 252 0.14 0.5
Hex 74 6D 90 13 18 0 2C FC E 32
Octal 164 155 220 23 30 0 54 374 16 62
Binary 1110100 1101101 10010000 10011 11000 0 101100 11111100 1110 110010

Color Harmonies of #746D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D90

Black with #746D90

Text Example


Text Example

White with #746D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,109,144); }

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

background-color css

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

 a { background-color: rgb(116,109,144); }

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

border-color css

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

 span { border-color: rgb(116,109,144); }

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