Html Css Color HEX #726E96 Scampi

📋 copy color: '#726E96'

red 114 ◦ green 110 ◦ blue 150

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

Shades of Scampi #726E96

Tints of Scampi #726E96

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.41%

 BLUE value IS 150 (58.98% from 255) = 40.11%

R = 30.48%
G = 29.41%
B = 40.11%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#726E96 (or 0x726E96) is known color: Scampi. HEX triplet: 72, 6E and 96. RGB value is (114,110,150). Sum of RGB (Red+Green+Blue) = 114+110+150=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #726E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726E96 is #8D9169. Grayscale: #737373. Windows color (decimal): -9277802 or 9858674. OLE color: 9858674.

HSL color Cylindrical-coordinate representation of color #726E96: hue angle of 246º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #726E96 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 110 150 -
CMYK 0.24 0.27 0 0.41
HSL 246º 0.16% 0.51% -
HSV(B) 246º 0.27% 0.59% -
XYZ 18.02 16.93 31.17 -
YUV 115.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 114 110 150 0.24 0.27 0 0.41 246 0.16 0.51
Hex 72 6E 96 18 1B 0 29 F6 10 33
Octal 162 156 226 30 33 0 51 366 20 63
Binary 1110010 1101110 10010110 11000 11011 0 101001 11110110 10000 110011

Color Harmonies of #726E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726E96

Black with #726E96

Text Example


Text Example

White with #726E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726E96; }

 p { color: rgb(114,110,150); }

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

background-color css

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

 a { background-color: rgb(114,110,150); }

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

border-color css

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

 span { border-color: rgb(114,110,150); }

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