#727499

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

Shades of Scampi #727499

Tints of Scampi #727499

Color information

#727499 (or 0x727499) is unknown color: approx Scampi. HEX triplet: 72, 74 and 99. RGB value is (114,116,153). Sum of RGB (Red+Green+Blue) = 114+116+153=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #727499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727499 is #8D8B66. Grayscale: #777777. Windows color (decimal): -9276263 or 10056818. OLE color: 10056818.

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

Color convert

RGB114116153-
CMYK0.250.2400.4
HSL236.92º16.05%52.35%-
HSV(B)236.92º25.49%60%-
XYZ18.9318.3732.68-
YUV119.62146.84123.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.77%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=29.77%
G=30.29%
B=39.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1141161530.250.2400.4236.9216.0552.35
Hex7274991918028ed1034
Octal16216423131300503552064
Binary1110010111010010011001110011100001010001110110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727499; }

 p { color: rgb(114,116,153); }

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

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

 a { background-color: rgb(114,116,153); }

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

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

 span { border-color: rgb(114,116,153); }

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