Html Css Color HEX #727496 Scampi

📋 copy color: '#727496'

red 114 ◦ green 116 ◦ blue 150

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

Shades of Scampi #727496

Tints of Scampi #727496

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.53%

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

R = 30%
G = 30.53%
B = 39.47%

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

#727496 (or 0x727496) is known color: Scampi. HEX triplet: 72, 74 and 96. RGB value is (114,116,150). Sum of RGB (Red+Green+Blue) = 114+116+150=380 (50% of max value = 765). Red value is 114 (44.92% from 255 or 30% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: blue. Hex color #727496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727496 is #8D8B69. Grayscale: #777777. Windows color (decimal): -9276266 or 9860210. OLE color: 9860210.

HSL color Cylindrical-coordinate representation of color #727496: hue angle of 236.67º 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 #727496 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 116 150 -
CMYK 0.24 0.23 0 0.41
HSL 236.67º 0.15% 0.52% -
HSV(B) 236.67º 0.24% 0.59% -
XYZ 18.69 18.27 31.4 -
YUV 119.28 145.34 124.24 -
System Red Green Blue C M Y K H S L
Decimal 114 116 150 0.24 0.23 0 0.41 236.67 0.15 0.52
Hex 72 74 96 18 17 0 29 ED F 34
Octal 162 164 226 30 27 0 51 355 17 64
Binary 1110010 1110100 10010110 11000 10111 0 101001 11101101 1111 110100

Color Harmonies of #727496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727496

Black with #727496

Text Example


Text Example

White with #727496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727496; }

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

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

background-color css

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

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

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

border-color css

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

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

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