Html Css Color HEX #737190 Scampi

📋 copy color: '#737190'

red 115 ◦ green 113 ◦ blue 144

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

Shades of Scampi #737190

Tints of Scampi #737190

RGB

 RED value IS 115 (45.31% from 255) = 30.91%

 GREEN value IS 113 (44.53% from 255) = 30.38%

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 30.91%
G = 30.38%
B = 38.71%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#737190 (or 0x737190) is known color: Scampi. HEX triplet: 73, 71 and 90. RGB value is (115,113,144). Sum of RGB (Red+Green+Blue) = 115+113+144=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #737190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #737190 is #8C8E6F. Grayscale: #757575. Windows color (decimal): -9211504 or 9466227. OLE color: 9466227.

HSL color Cylindrical-coordinate representation of color #737190: hue angle of 243.87º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #737190 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 113 144 -
CMYK 0.20 0.22 0 0.44
HSL 243.87º 0.12% 0.5% -
HSV(B) 243.87º 0.22% 0.56% -
XYZ 18.01 17.47 28.81 -
YUV 117.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 115 113 144 0.20 0.22 0 0.44 243.87 0.12 0.5
Hex 73 71 90 14 16 0 2C F4 C 32
Octal 163 161 220 24 26 0 54 364 14 62
Binary 1110011 1110001 10010000 10100 10110 0 101100 11110100 1100 110010

Color Harmonies of #737190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737190

Black with #737190

Text Example


Text Example

White with #737190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737190; }

 p { color: rgb(115,113,144); }

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

background-color css

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

 a { background-color: rgb(115,113,144); }

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

border-color css

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

 span { border-color: rgb(115,113,144); }

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