#725860

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

Shades of Scorpion #725860

Tints of Scorpion #725860

Color information

#725860 (or 0x725860) is unknown color: approx Scorpion. HEX triplet: 72, 58 and 60. RGB value is (114,88,96). Sum of RGB (Red+Green+Blue) = 114+88+96=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #725860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725860 is #8DA79F. Grayscale: #606060. Windows color (decimal): -9283488 or 6314098. OLE color: 6314098.

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

Color convert

RGB1148896-
CMYK00.230.160.55
HSL341.54º12.87%39.61%-
HSV(B)341.54º22.81%44.71%-
XYZ12.5411.412.61-
YUV96.69127.61140.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.26%
GREEN value IS 88 (34.77% from 255) = 29.53%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=38.26%
G=29.53%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114889600.230.160.55341.5412.8739.61
Hex7258600171037156d28
Octal16213014002720675261550
Binary111001010110001100000010111100001101111010101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725860; }

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

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

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

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

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

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

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

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