Html Css Color HEX #727290 Scampi

📋 copy color: '#727290'

red 114 ◦ green 114 ◦ blue 144

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

Shades of Scampi #727290

Tints of Scampi #727290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 30.65%
G = 30.65%
B = 38.71%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#727290 (or 0x727290) is known color: Scampi. HEX triplet: 72, 72 and 90. RGB value is (114,114,144). Sum of RGB (Red+Green+Blue) = 114+114+144=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #727290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727290 is #8D8D6F. Grayscale: #757575. Windows color (decimal): -9276784 or 9466482. OLE color: 9466482.

HSL color Cylindrical-coordinate representation of color #727290: hue angle of 240º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #727290 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 114 144 -
CMYK 0.21 0.21 0 0.44
HSL 240º 0.12% 0.51% -
HSV(B) 240º 0.21% 0.56% -
XYZ 17.99 17.63 28.84 -
YUV 117.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 114 114 144 0.21 0.21 0 0.44 240 0.12 0.51
Hex 72 72 90 15 15 0 2C F0 C 33
Octal 162 162 220 25 25 0 54 360 14 63
Binary 1110010 1110010 10010000 10101 10101 0 101100 11110000 1100 110011

Color Harmonies of #727290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727290

Black with #727290

Text Example


Text Example

White with #727290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727290; }

 p { color: rgb(114,114,144); }

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

background-color css

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

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

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

border-color css

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

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

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