Html Css Color HEX #726696 Scampi

📋 copy color: '#726696'

red 114 ◦ green 102 ◦ blue 150

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

Shades of Scampi #726696

Tints of Scampi #726696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.87%

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

R = 31.15%
G = 27.87%
B = 40.98%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#726696 (or 0x726696) is known color: Scampi. HEX triplet: 72, 66 and 96. RGB value is (114,102,150). Sum of RGB (Red+Green+Blue) = 114+102+150=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 150 - color contains mainly: blue. Hex color #726696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726696 is #8D9969. Grayscale: #6E6E6E. Windows color (decimal): -9279850 or 9856626. OLE color: 9856626.

HSL color Cylindrical-coordinate representation of color #726696: hue angle of 255º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #726696 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 102 150 -
CMYK 0.24 0.32 0 0.41
HSL 255º 0.19% 0.49% -
HSV(B) 255º 0.32% 0.59% -
XYZ 17.2 15.28 30.9 -
YUV 111.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 114 102 150 0.24 0.32 0 0.41 255 0.19 0.49
Hex 72 66 96 18 20 0 29 FF 13 31
Octal 162 146 226 30 40 0 51 377 23 61
Binary 1110010 1100110 10010110 11000 100000 0 101001 11111111 10011 110001

Color Harmonies of #726696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726696

Black with #726696

Text Example


Text Example

White with #726696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726696; }

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

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

background-color css

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

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

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

border-color css

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

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

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