#72699E

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

Shades of Scampi #72699E

Tints of Scampi #72699E

Color information

#72699E (or 0x72699E) is unknown color: approx Scampi. HEX triplet: 72, 69 and 9E. RGB value is (114,105,158). Sum of RGB (Red+Green+Blue) = 114+105+158=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #72699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72699E is #8D9661. Grayscale: #717171. Windows color (decimal): -9279074 or 10381682. OLE color: 10381682.

HSL color Cylindrical-coordinate representation of color #72699E: hue angle of 250.19º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72699E is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114105158-
CMYK0.280.3400.38
HSL250.19º21.46%51.57%-
HSV(B)250.19º33.54%61.96%-
XYZ18.1616.1534.51-
YUV113.73152.98128.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 158 (62.11% from 255) = 41.91%
R=30.24%
G=27.85%
B=41.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141051580.280.3400.38250.1921.4651.57
Hex72699E1C22026fa1534
Octal16215123634420463722564
Binary11100101101001100111101110010001001001101111101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72699E; }

 p { color: rgb(114,105,158); }

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

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

 a { background-color: rgb(114,105,158); }

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

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

 span { border-color: rgb(114,105,158); }

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