Html Css Color HEX #727096 Scampi

📋 copy color: '#727096'

red 114 ◦ green 112 ◦ blue 150

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

Shades of Scampi #727096

Tints of Scampi #727096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.79%

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

R = 30.32%
G = 29.79%
B = 39.89%

CMYK

 C value IS 0.24

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#727096 (or 0x727096) is known color: Scampi. HEX triplet: 72, 70 and 96. RGB value is (114,112,150). Sum of RGB (Red+Green+Blue) = 114+112+150=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 150 - color contains mainly: blue. Hex color #727096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727096 is #8D8F69. Grayscale: #747474. Windows color (decimal): -9277290 or 9859186. OLE color: 9859186.

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

Color convert

RGB 114 112 150 -
CMYK 0.24 0.25 0 0.41
HSL 243.16º 0.15% 0.51% -
HSV(B) 243.16º 0.25% 0.59% -
XYZ 18.24 17.37 31.25 -
YUV 116.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 114 112 150 0.24 0.25 0 0.41 243.16 0.15 0.51
Hex 72 70 96 18 19 0 29 F3 F 33
Octal 162 160 226 30 31 0 51 363 17 63
Binary 1110010 1110000 10010110 11000 11001 0 101001 11110011 1111 110011

Color Harmonies of #727096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727096

Black with #727096

Text Example


Text Example

White with #727096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727096; }

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

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

background-color css

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

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

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

border-color css

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

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

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