#726164

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

Shades of Scorpion #726164

Tints of Scorpion #726164

Color information

#726164 (or 0x726164) is unknown color: approx Scorpion. HEX triplet: 72, 61 and 64. RGB value is (114,97,100). Sum of RGB (Red+Green+Blue) = 114+97+100=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #726164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726164 is #8D9E9B. Grayscale: #666666. Windows color (decimal): -9281180 or 6578546. OLE color: 6578546.

HSL color Cylindrical-coordinate representation of color #726164: hue angle of 349.41º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726164 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11497100-
CMYK00.150.120.55
HSL349.41º8.06%41.37%-
HSV(B)349.41º14.91%44.71%-
XYZ13.5113.0513.86-
YUV102.43126.63136.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 100 (39.45% from 255) = 32.15%
R=36.66%
G=31.19%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149710000.150.120.55349.418.0641.37
Hex7261640FC3715d829
Octal16214114401714675351051
Binary1110010110000111001000111111001101111010111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726164; }

 p { color: rgb(114,97,100); }

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

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

 a { background-color: rgb(114,97,100); }

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

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

 span { border-color: rgb(114,97,100); }

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