#726D92

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

Shades of Scampi #726D92

Tints of Scampi #726D92

Color information

#726D92 (or 0x726D92) is unknown color: approx Scampi. HEX triplet: 72, 6D and 92. RGB value is (114,109,146). Sum of RGB (Red+Green+Blue) = 114+109+146=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 146 - color contains mainly: blue. Hex color #726D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726D92 is #8D926D. Grayscale: #727272. Windows color (decimal): -9278062 or 9596274. OLE color: 9596274.

HSL color Cylindrical-coordinate representation of color #726D92: hue angle of 248.11º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #726D92 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB114109146-
CMYK0.220.2500.43
HSL248.11º14.51%50%-
HSV(B)248.11º25.34%57.25%-
XYZ17.616.5929.47-
YUV114.71145.66127.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.89%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 146 (57.42% from 255) = 39.57%
R=30.89%
G=29.54%
B=39.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141091460.220.2500.43248.1114.5150
Hex726D92161902Bf8f32
Octal16215522226310533701762
Binary111001011011011001001010110110010101011111110001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726D92; }

 p { color: rgb(114,109,146); }

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

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

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

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

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

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

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