#726C6F

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

Shades of Scorpion #726C6F

Tints of Scorpion #726C6F

Color information

#726C6F (or 0x726C6F) is unknown color: approx Scorpion. HEX triplet: 72, 6C and 6F. RGB value is (114,108,111). Sum of RGB (Red+Green+Blue) = 114+108+111=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 114 - color contains mainly: red. Hex color #726C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C6F is #8D9390. Grayscale: #6E6E6E. Windows color (decimal): -9278353 or 7302258. OLE color: 7302258.

HSL color Cylindrical-coordinate representation of color #726C6F: hue angle of 330º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #726C6F is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB114108111-
CMYK00.050.030.55
HSL330º2.7%43.53%-
HSV(B)330º5.26%44.71%-
XYZ15.1715.4517.22-
YUV110.14128.49130.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.23%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=34.23%
G=32.43%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410811100.050.030.553302.743.53
Hex726C6F0533714a32c
Octal16215415705367512354
Binary11100101101100110111101011111011110100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726C6F; }

 p { color: rgb(114,108,111); }

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

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

 a { background-color: rgb(114,108,111); }

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

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

 span { border-color: rgb(114,108,111); }

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