Html Css Color HEX #746992 Scampi

📋 copy color: '#746992'

red 116 ◦ green 105 ◦ blue 146

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

Shades of Scampi #746992

Tints of Scampi #746992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.61%

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

R = 31.61%
G = 28.61%
B = 39.78%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#746992 (or 0x746992) is known color: Scampi. HEX triplet: 74, 69 and 92. RGB value is (116,105,146). Sum of RGB (Red+Green+Blue) = 116+105+146=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #746992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746992 is #8B966D. Grayscale: #707070. Windows color (decimal): -9148014 or 9595252. OLE color: 9595252.

HSL color Cylindrical-coordinate representation of color #746992: hue angle of 256.1º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #746992 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 105 146 -
CMYK 0.21 0.28 0 0.43
HSL 256.1º 0.16% 0.49% -
HSV(B) 256.1º 0.28% 0.57% -
XYZ 17.44 15.89 29.34 -
YUV 112.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 116 105 146 0.21 0.28 0 0.43 256.1 0.16 0.49
Hex 74 69 92 15 1C 0 2B 100 10 31
Octal 164 151 222 25 34 0 53 400 20 61
Binary 1110100 1101001 10010010 10101 11100 0 101011 100000000 10000 110001

Color Harmonies of #746992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746992

Black with #746992

Text Example


Text Example

White with #746992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746992; }

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

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

background-color css

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

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

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

border-color css

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

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

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