Html Css Color HEX #746D92 Scampi

📋 copy color: '#746D92'

red 116 ◦ green 109 ◦ blue 146

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

Shades of Scampi #746D92

Tints of Scampi #746D92

RGB

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

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

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

R = 31.27%
G = 29.38%
B = 39.35%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#746D92 (or 0x746D92) is known color: Scampi. HEX triplet: 74, 6D and 92. RGB value is (116,109,146). Sum of RGB (Red+Green+Blue) = 116+109+146=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #746D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #746D92 is #8B926D. Grayscale: #737373. Windows color (decimal): -9146990 or 9596276. OLE color: 9596276.

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

Color convert

RGB 116 109 146 -
CMYK 0.21 0.25 0 0.43
HSL 251.35º 0.15% 0.5% -
HSV(B) 251.35º 0.25% 0.57% -
XYZ 17.86 16.73 29.48 -
YUV 115.31 145.32 128.49 -
System Red Green Blue C M Y K H S L
Decimal 116 109 146 0.21 0.25 0 0.43 251.35 0.15 0.5
Hex 74 6D 92 15 19 0 2B FB F 32
Octal 164 155 222 25 31 0 53 373 17 62
Binary 1110100 1101101 10010010 10101 11001 0 101011 11111011 1111 110010

Color Harmonies of #746D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D92

Black with #746D92

Text Example


Text Example

White with #746D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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