Html Css Color HEX #747091 Scampi

📋 copy color: '#747091'

red 116 ◦ green 112 ◦ blue 145

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

Shades of Scampi #747091

Tints of Scampi #747091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.87%

R = 31.1%
G = 30.03%
B = 38.87%

CMYK

 C value IS 0.2

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#747091 (or 0x747091) is known color: Scampi. HEX triplet: 74, 70 and 91. RGB value is (116,112,145). Sum of RGB (Red+Green+Blue) = 116+112+145=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 145 - color contains mainly: blue. Hex color #747091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747091 is #8B8F6E. Grayscale: #747474. Windows color (decimal): -9146223 or 9531508. OLE color: 9531508.

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

Color convert

RGB 116 112 145 -
CMYK 0.2 0.23 0 0.43
HSL 247.27º 0.13% 0.5% -
HSV(B) 247.27º 0.23% 0.57% -
XYZ 18.11 17.35 29.18 -
YUV 116.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 116 112 145 0.2 0.23 0 0.43 247.27 0.13 0.5
Hex 74 70 91 14 17 0 2B F7 D 32
Octal 164 160 221 24 27 0 53 367 15 62
Binary 1110100 1110000 10010001 10100 10111 0 101011 11110111 1101 110010

Color Harmonies of #747091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747091

Black with #747091

Text Example


Text Example

White with #747091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747091; }

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

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

background-color css

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

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

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

border-color css

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

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

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