Html Css Color HEX #726C96 Scampi

📋 copy color: '#726C96'

red 114 ◦ green 108 ◦ blue 150

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

Shades of Scampi #726C96

Tints of Scampi #726C96

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.03%

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

R = 30.65%
G = 29.03%
B = 40.32%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#726C96 (or 0x726C96) is known color: Scampi. HEX triplet: 72, 6C and 96. RGB value is (114,108,150). Sum of RGB (Red+Green+Blue) = 114+108+150=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #726C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C96 is #8D9369. Grayscale: #727272. Windows color (decimal): -9278314 or 9858162. OLE color: 9858162.

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

Color convert

RGB 114 108 150 -
CMYK 0.24 0.28 0 0.41
HSL 248.57º 0.17% 0.51% -
HSV(B) 248.57º 0.28% 0.59% -
XYZ 17.81 16.5 31.1 -
YUV 114.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 114 108 150 0.24 0.28 0 0.41 248.57 0.17 0.51
Hex 72 6C 96 18 1C 0 29 F9 11 33
Octal 162 154 226 30 34 0 51 371 21 63
Binary 1110010 1101100 10010110 11000 11100 0 101001 11111001 10001 110011

Color Harmonies of #726C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C96

Black with #726C96

Text Example


Text Example

White with #726C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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