#726165

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

Shades of Scorpion #726165

Tints of Scorpion #726165

Color information

#726165 (or 0x726165) is unknown color: approx Scorpion. HEX triplet: 72, 61 and 65. RGB value is (114,97,101). Sum of RGB (Red+Green+Blue) = 114+97+101=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #726165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726165 is #8D9E9A. Grayscale: #666666. Windows color (decimal): -9281179 or 6644082. OLE color: 6644082.

HSL color Cylindrical-coordinate representation of color #726165: hue angle of 345.88º 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 #726165 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11497101-
CMYK00.150.110.55
HSL345.88º8.06%41.37%-
HSV(B)345.88º14.91%44.71%-
XYZ13.5613.0714.12-
YUV102.54127.13136.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 101 (39.84% from 255) = 32.37%
R=36.54%
G=31.09%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149710100.150.110.55345.888.0641.37
Hex7261650FB3715a829
Octal16214114501713675321051
Binary1110010110000111001010111110111101111010110101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726165; }

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

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

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

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

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

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

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

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