#726066

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

Shades of Scorpion #726066

Tints of Scorpion #726066

Color information

#726066 (or 0x726066) is unknown color: approx Scorpion. HEX triplet: 72, 60 and 66. RGB value is (114,96,102). Sum of RGB (Red+Green+Blue) = 114+96+102=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #726066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726066 is #8D9F99. Grayscale: #666666. Windows color (decimal): -9281434 or 6709362. OLE color: 6709362.

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

Color convert

RGB11496102-
CMYK00.160.110.55
HSL340º8.57%41.18%-
HSV(B)340º15.79%44.71%-
XYZ13.5212.914.35-
YUV102.07127.96136.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 102 (40.23% from 255) = 32.69%
R=36.54%
G=30.77%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149610200.160.110.553408.5741.18
Hex726066010B37154929
Octal16214014602013675241151
Binary11100101100000110011001000010111101111010101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726066; }

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

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

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

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

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

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

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

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