#726B6D

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

Shades of Scorpion #726B6D

Tints of Scorpion #726B6D

Color information

#726B6D (or 0x726B6D) is unknown color: approx Scorpion. HEX triplet: 72, 6B and 6D. RGB value is (114,107,109). Sum of RGB (Red+Green+Blue) = 114+107+109=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 114 - color contains mainly: red. Hex color #726B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B6D is #8D9492. Grayscale: #6D6D6D. Windows color (decimal): -9278611 or 7170930. OLE color: 7170930.

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

Color convert

RGB114107109-
CMYK00.060.040.55
HSL342.86º3.17%43.33%-
HSV(B)342.86º6.14%44.71%-
XYZ14.9615.216.61-
YUV109.32127.82131.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=34.55%
G=32.42%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410710900.060.040.55342.863.1743.33
Hex726B6D0643715732b
Octal16215315506467527353
Binary111001011010111101101011010011011110101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,107,109); }

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

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

 a { background-color: rgb(114,107,109); }

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

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

 span { border-color: rgb(114,107,109); }

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