Html Css Color HEX #727090 Scampi

📋 copy color: '#727090'

red 114 ◦ green 112 ◦ blue 144

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

Shades of Scampi #727090

Tints of Scampi #727090

RGB

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

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

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

R = 30.81%
G = 30.27%
B = 38.92%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#727090 (or 0x727090) is known color: Scampi. HEX triplet: 72, 70 and 90. RGB value is (114,112,144). Sum of RGB (Red+Green+Blue) = 114+112+144=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #727090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727090 is #8D8F6F. Grayscale: #747474. Windows color (decimal): -9277296 or 9465970. OLE color: 9465970.

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

Color convert

RGB 114 112 144 -
CMYK 0.21 0.22 0 0.44
HSL 243.75º 0.13% 0.5% -
HSV(B) 243.75º 0.22% 0.56% -
XYZ 17.77 17.18 28.77 -
YUV 116.25 143.66 126.4 -
System Red Green Blue C M Y K H S L
Decimal 114 112 144 0.21 0.22 0 0.44 243.75 0.13 0.5
Hex 72 70 90 15 16 0 2C F4 D 32
Octal 162 160 220 25 26 0 54 364 15 62
Binary 1110010 1110000 10010000 10101 10110 0 101100 11110100 1101 110010

Color Harmonies of #727090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727090

Black with #727090

Text Example


Text Example

White with #727090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727090; }

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

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

background-color css

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

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

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

border-color css

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

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

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