#72689D

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

Shades of Scampi #72689D

Tints of Scampi #72689D

Color information

#72689D (or 0x72689D) is unknown color: approx Scampi. HEX triplet: 72, 68 and 9D. RGB value is (114,104,157). Sum of RGB (Red+Green+Blue) = 114+104+157=375 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.4% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #72689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72689D is #8D9762. Grayscale: #707070. Windows color (decimal): -9279331 or 10315890. OLE color: 10315890.

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

Color convert

RGB114104157-
CMYK0.270.3400.38
HSL251.32º21.29%51.18%-
HSV(B)251.32º33.76%61.57%-
XYZ17.9815.9134.02-
YUV113.03152.81128.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.4%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=30.4%
G=27.73%
B=41.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141041570.270.3400.38251.3221.2951.18
Hex72689D1B22026fb1533
Octal16215023533420463732563
Binary11100101101000100111011101110001001001101111101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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