#727196

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

Shades of Scampi #727196

Tints of Scampi #727196

Color information

#727196 (or 0x727196) is unknown color: approx Scampi. HEX triplet: 72, 71 and 96. RGB value is (114,113,150). Sum of RGB (Red+Green+Blue) = 114+113+150=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 150 - color contains mainly: blue. Hex color #727196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727196 is #8D8E69. Grayscale: #757575. Windows color (decimal): -9277034 or 9859442. OLE color: 9859442.

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

Color convert

RGB114113150-
CMYK0.240.2500.41
HSL241.62º14.98%51.57%-
HSV(B)241.62º24.67%58.82%-
XYZ18.3517.5931.28-
YUV117.52146.33125.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=30.24%
G=29.97%
B=39.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141131500.240.2500.41241.6214.9851.57
Hex7271961819029f2f34
Octal16216122630310513621764
Binary111001011100011001011011000110010101001111100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727196; }

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

 H1.HeaderClassName
 {
   color: #727196;
 }
 .AnyTagClassName
 {
   color: #727196;
 }
</style>
background-color css

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

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

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

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

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

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