Html Css Color HEX #727396 Scampi

📋 copy color: '#727396'

red 114 ◦ green 115 ◦ blue 150

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

Shades of Scampi #727396

Tints of Scampi #727396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.34%

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

R = 30.08%
G = 30.34%
B = 39.58%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#727396 (or 0x727396) is known color: Scampi. HEX triplet: 72, 73 and 96. RGB value is (114,115,150). Sum of RGB (Red+Green+Blue) = 114+115+150=379 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30.08% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #727396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727396 is #8D8C69. Grayscale: #767676. Windows color (decimal): -9276522 or 9859954. OLE color: 9859954.

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

Color convert

RGB 114 115 150 -
CMYK 0.24 0.23 0 0.41
HSL 238.33º 0.15% 0.52% -
HSV(B) 238.33º 0.24% 0.59% -
XYZ 18.58 18.04 31.36 -
YUV 118.69 145.67 124.65 -
System Red Green Blue C M Y K H S L
Decimal 114 115 150 0.24 0.23 0 0.41 238.33 0.15 0.52
Hex 72 73 96 18 17 0 29 EE F 34
Octal 162 163 226 30 27 0 51 356 17 64
Binary 1110010 1110011 10010110 11000 10111 0 101001 11101110 1111 110100

Color Harmonies of #727396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727396

Black with #727396

Text Example


Text Example

White with #727396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727396; }

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

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

background-color css

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

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

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

border-color css

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

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

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