#726668

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

Shades of Scorpion #726668

Tints of Scorpion #726668

Color information

#726668 (or 0x726668) is unknown color: approx Scorpion. HEX triplet: 72, 66 and 68. RGB value is (114,102,104). Sum of RGB (Red+Green+Blue) = 114+102+104=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 114 - color contains mainly: red. Hex color #726668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726668 is #8D9997. Grayscale: #696969. Windows color (decimal): -9279896 or 6841970. OLE color: 6841970.

HSL color Cylindrical-coordinate representation of color #726668: hue angle of 350º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #726668 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB114102104-
CMYK00.110.090.55
HSL350º5.56%42.35%-
HSV(B)350º10.53%44.71%-
XYZ14.1914.0815.07-
YUV105.82126.98133.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.62%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=35.62%
G=31.88%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410210400.110.090.553505.5642.35
Hex7266680B93715e62a
Octal1621461500131167536652
Binary111001011001101101000010111001110111101011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726668; }

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

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

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

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

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

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

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

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