Html Css Color HEX #746C92 Scampi

📋 copy color: '#746C92'

red 116 ◦ green 108 ◦ blue 146

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

Shades of Scampi #746C92

Tints of Scampi #746C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.46%

R = 31.35%
G = 29.19%
B = 39.46%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#746C92 (or 0x746C92) is known color: Scampi. HEX triplet: 74, 6C and 92. RGB value is (116,108,146). Sum of RGB (Red+Green+Blue) = 116+108+146=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #746C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746C92 is #8B936D. Grayscale: #727272. Windows color (decimal): -9147246 or 9596020. OLE color: 9596020.

HSL color Cylindrical-coordinate representation of color #746C92: hue angle of 252.63º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746C92 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 108 146 -
CMYK 0.21 0.26 0 0.43
HSL 252.63º 0.15% 0.5% -
HSV(B) 252.63º 0.26% 0.57% -
XYZ 17.75 16.51 29.45 -
YUV 114.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 116 108 146 0.21 0.26 0 0.43 252.63 0.15 0.5
Hex 74 6C 92 15 1A 0 2B FD F 32
Octal 164 154 222 25 32 0 53 375 17 62
Binary 1110100 1101100 10010010 10101 11010 0 101011 11111101 1111 110010

Color Harmonies of #746C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C92

Black with #746C92

Text Example


Text Example

White with #746C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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