#72659C

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

Shades of Scampi #72659C

Tints of Scampi #72659C

Color information

#72659C (or 0x72659C) is unknown color: approx Scampi. HEX triplet: 72, 65 and 9C. RGB value is (114,101,156). Sum of RGB (Red+Green+Blue) = 114+101+156=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 156 - color contains mainly: blue. Hex color #72659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72659C is #8D9A63. Grayscale: #6E6E6E. Windows color (decimal): -9280100 or 10249586. OLE color: 10249586.

HSL color Cylindrical-coordinate representation of color #72659C: hue angle of 254.18º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72659C is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB114101156-
CMYK0.270.3500.39
HSL254.18º21.74%50.39%-
HSV(B)254.18º35.26%61.18%-
XYZ17.5915.2933.48-
YUV111.16153.31130.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.73%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 156 (61.33% from 255) = 42.05%
R=30.73%
G=27.22%
B=42.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1141011560.270.3500.39254.1821.7450.39
Hex72659C1B23027fe1632
Octal16214523433430473762662
Binary11100101100101100111001101110001101001111111111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72659C; }

 p { color: rgb(114,101,156); }

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

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

 a { background-color: rgb(114,101,156); }

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

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

 span { border-color: rgb(114,101,156); }

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