Html Css Color HEX #727191 Scampi

📋 copy color: '#727191'

red 114 ◦ green 113 ◦ blue 145

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

Shades of Scampi #727191

Tints of Scampi #727191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.38%

 BLUE value IS 145 (57.03% from 255) = 38.98%

R = 30.65%
G = 30.38%
B = 38.98%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#727191 (or 0x727191) is known color: Scampi. HEX triplet: 72, 71 and 91. RGB value is (114,113,145). Sum of RGB (Red+Green+Blue) = 114+113+145=372 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.65% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 145 - color contains mainly: blue. Hex color #727191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727191 is #8D8E6E. Grayscale: #747474. Windows color (decimal): -9277039 or 9531762. OLE color: 9531762.

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

Color convert

RGB 114 113 145 -
CMYK 0.21 0.22 0 0.43
HSL 241.88º 0.13% 0.51% -
HSV(B) 241.88º 0.22% 0.57% -
XYZ 17.96 17.43 29.21 -
YUV 116.95 143.83 125.9 -
System Red Green Blue C M Y K H S L
Decimal 114 113 145 0.21 0.22 0 0.43 241.88 0.13 0.51
Hex 72 71 91 15 16 0 2B F2 D 33
Octal 162 161 221 25 26 0 53 362 15 63
Binary 1110010 1110001 10010001 10101 10110 0 101011 11110010 1101 110011

Color Harmonies of #727191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727191

Black with #727191

Text Example


Text Example

White with #727191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727191; }

 p { color: rgb(114,113,145); }

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

background-color css

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

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

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

border-color css

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

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

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