#725962

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

Shades of Scorpion #725962

Tints of Scorpion #725962

Color information

#725962 (or 0x725962) is unknown color: approx Scorpion. HEX triplet: 72, 59 and 62. RGB value is (114,89,98). Sum of RGB (Red+Green+Blue) = 114+89+98=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #725962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725962 is #8DA69D. Grayscale: #616161. Windows color (decimal): -9283230 or 6445426. OLE color: 6445426.

HSL color Cylindrical-coordinate representation of color #725962: hue angle of 338.4º 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 #725962 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB1148998-
CMYK00.220.140.55
HSL338.4º12.32%39.8%-
HSV(B)338.4º21.93%44.71%-
XYZ12.7211.613.12-
YUV97.5128.28139.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=37.87%
G=29.57%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114899800.220.140.55338.412.3239.8
Hex725962016E37152c28
Octal16213114202616675221450
Binary11100101011001110001001011011101101111010100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725962; }

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

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

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

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

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

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

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

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