#726568

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

Shades of Scorpion #726568

Tints of Scorpion #726568

Color information

#726568 (or 0x726568) is unknown color: approx Scorpion. HEX triplet: 72, 65 and 68. RGB value is (114,101,104). Sum of RGB (Red+Green+Blue) = 114+101+104=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 114 - color contains mainly: red. Hex color #726568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726568 is #8D9A97. Grayscale: #696969. Windows color (decimal): -9280152 or 6841714. OLE color: 6841714.

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

Color convert

RGB114101104-
CMYK00.110.090.55
HSL346.15º6.05%42.16%-
HSV(B)346.15º11.4%44.71%-
XYZ14.0913.8815.03-
YUV105.23127.31134.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=35.74%
G=31.66%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410110400.110.090.55346.156.0542.16
Hex7265680B93715a62a
Octal1621451500131167532652
Binary111001011001011101000010111001110111101011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726568; }

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

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

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

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

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

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

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

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