#727191

Color #727191 Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #727191

Tints of Scampi #727191

Color information

#727191 (or 0x727191) is unknown color: approx 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

RGB114113145-
CMYK0.210.2200.43
HSL241.88º12.7%50.59%-
HSV(B)241.88º22.07%56.86%-
XYZ17.9617.4329.21-
YUV116.95143.83125.9-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141131450.210.2200.43241.8812.750.59
Hex727191151602Bf2d33
Octal16216122125260533621563
Binary111001011100011001000110101101100101011111100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>