Html Css Color HEX #747092 Scampi

📋 copy color: '#747092'

red 116 ◦ green 112 ◦ blue 146

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

Shades of Scampi #747092

Tints of Scampi #747092

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

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

R = 31.02%
G = 29.95%
B = 39.04%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#747092 (or 0x747092) is known color: Scampi. HEX triplet: 74, 70 and 92. RGB value is (116,112,146). Sum of RGB (Red+Green+Blue) = 116+112+146=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #747092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747092 is #8B8F6D. Grayscale: #747474. Windows color (decimal): -9146222 or 9597044. OLE color: 9597044.

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

Color convert

RGB 116 112 146 -
CMYK 0.21 0.23 0 0.43
HSL 247.06º 0.13% 0.51% -
HSV(B) 247.06º 0.23% 0.57% -
XYZ 18.18 17.38 29.59 -
YUV 117.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 116 112 146 0.21 0.23 0 0.43 247.06 0.13 0.51
Hex 74 70 92 15 17 0 2B F7 D 33
Octal 164 160 222 25 27 0 53 367 15 63
Binary 1110100 1110000 10010010 10101 10111 0 101011 11110111 1101 110011

Color Harmonies of #747092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747092

Black with #747092

Text Example


Text Example

White with #747092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747092; }

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

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

background-color css

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

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

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

border-color css

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

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

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