Html Css Color HEX #726990 Scampi

📋 copy color: '#726990'

red 114 ◦ green 105 ◦ blue 144

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

Shades of Scampi #726990

Tints of Scampi #726990

RGB

 RED value IS 114 (44.92% from 255) = 31.4%

 GREEN value IS 105 (41.41% from 255) = 28.93%

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

R = 31.4%
G = 28.93%
B = 39.67%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#726990 (or 0x726990) is known color: Scampi. HEX triplet: 72, 69 and 90. RGB value is (114,105,144). Sum of RGB (Red+Green+Blue) = 114+105+144=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #726990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726990 is #8D966F. Grayscale: #6F6F6F. Windows color (decimal): -9279088 or 9464178. OLE color: 9464178.

HSL color Cylindrical-coordinate representation of color #726990: hue angle of 253.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #726990 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 105 144 -
CMYK 0.21 0.27 0 0.44
HSL 253.85º 0.16% 0.49% -
HSV(B) 253.85º 0.27% 0.56% -
XYZ 17.03 15.69 28.52 -
YUV 112.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 114 105 144 0.21 0.27 0 0.44 253.85 0.16 0.49
Hex 72 69 90 15 1B 0 2C FE 10 31
Octal 162 151 220 25 33 0 54 376 20 61
Binary 1110010 1101001 10010000 10101 11011 0 101100 11111110 10000 110001

Color Harmonies of #726990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726990

Black with #726990

Text Example


Text Example

White with #726990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726990; }

 p { color: rgb(114,105,144); }

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

background-color css

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

 a { background-color: rgb(114,105,144); }

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

border-color css

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

 span { border-color: rgb(114,105,144); }

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