#72699D

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

Shades of Scampi #72699D

Tints of Scampi #72699D

Color information

#72699D (or 0x72699D) is unknown color: approx Scampi. HEX triplet: 72, 69 and 9D. RGB value is (114,105,157). Sum of RGB (Red+Green+Blue) = 114+105+157=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 157 - color contains mainly: blue. Hex color #72699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72699D is #8D9662. Grayscale: #717171. Windows color (decimal): -9279075 or 10316146. OLE color: 10316146.

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

Color convert

RGB114105157-
CMYK0.270.3300.38
HSL250.38º20.97%51.37%-
HSV(B)250.38º33.12%61.57%-
XYZ18.0816.1134.06-
YUV113.62152.48128.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 157 (61.72% from 255) = 41.76%
R=30.32%
G=27.93%
B=41.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141051570.270.3300.38250.3820.9751.37
Hex72699D1B21026fa1533
Octal16215123533410463722563
Binary11100101101001100111011101110000101001101111101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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