#725961

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

Shades of Scorpion #725961

Tints of Scorpion #725961

Color information

#725961 (or 0x725961) is unknown color: approx Scorpion. HEX triplet: 72, 59 and 61. RGB value is (114,89,97). Sum of RGB (Red+Green+Blue) = 114+89+97=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #725961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725961 is #8DA69E. Grayscale: #616161. Windows color (decimal): -9283231 or 6379890. OLE color: 6379890.

HSL color Cylindrical-coordinate representation of color #725961: hue angle of 340.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #725961 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1148997-
CMYK00.220.150.55
HSL340.8º12.32%39.8%-
HSV(B)340.8º21.93%44.71%-
XYZ12.6711.5912.88-
YUV97.39127.78139.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=38%
G=29.67%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114899700.220.150.55340.812.3239.8
Hex725961016F37155c28
Octal16213114102617675251450
Binary11100101011001110000101011011111101111010101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725961; }

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

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

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

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

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

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

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

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