Html Css Color HEX #747392 Scampi

📋 copy color: '#747392'

red 116 ◦ green 115 ◦ blue 146

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

Shades of Scampi #747392

Tints of Scampi #747392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.5%

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

R = 30.77%
G = 30.5%
B = 38.73%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#747392 (or 0x747392) is known color: Scampi. HEX triplet: 74, 73 and 92. RGB value is (116,115,146). Sum of RGB (Red+Green+Blue) = 116+115+146=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 146 (57.42% from 255 or 38.73% from 377); Max value from RGB is 146 - color contains mainly: blue. Hex color #747392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747392 is #8B8C6D. Grayscale: #767676. Windows color (decimal): -9145454 or 9597812. OLE color: 9597812.

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

Color convert

RGB 116 115 146 -
CMYK 0.21 0.21 0 0.43
HSL 241.94º 0.12% 0.51% -
HSV(B) 241.94º 0.21% 0.57% -
XYZ 18.52 18.05 29.7 -
YUV 118.83 143.33 125.98 -
System Red Green Blue C M Y K H S L
Decimal 116 115 146 0.21 0.21 0 0.43 241.94 0.12 0.51
Hex 74 73 92 15 15 0 2B F2 C 33
Octal 164 163 222 25 25 0 53 362 14 63
Binary 1110100 1110011 10010010 10101 10101 0 101011 11110010 1100 110011

Color Harmonies of #747392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747392

Black with #747392

Text Example


Text Example

White with #747392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747392; }

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

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

background-color css

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

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

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

border-color css

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

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

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