#72669D

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

Shades of Scampi #72669D

Tints of Scampi #72669D

Color information

#72669D (or 0x72669D) is unknown color: approx Scampi. HEX triplet: 72, 66 and 9D. RGB value is (114,102,157). Sum of RGB (Red+Green+Blue) = 114+102+157=373 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.56% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #72669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72669D is #8D9962. Grayscale: #6F6F6F. Windows color (decimal): -9279843 or 10315378. OLE color: 10315378.

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

Color convert

RGB114102157-
CMYK0.270.3500.38
HSL253.09º21.91%50.78%-
HSV(B)253.09º35.03%61.57%-
XYZ17.7815.5133.96-
YUV111.86153.48129.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.56%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 157 (61.72% from 255) = 42.09%
R=30.56%
G=27.35%
B=42.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141021570.270.3500.38253.0921.9150.78
Hex72669D1B23026fd1633
Octal16214623533430463752663
Binary11100101100110100111011101110001101001101111110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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