#725E64

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

Shades of Scorpion #725E64

Tints of Scorpion #725E64

Color information

#725E64 (or 0x725E64) is unknown color: approx Scorpion. HEX triplet: 72, 5E and 64. RGB value is (114,94,100). Sum of RGB (Red+Green+Blue) = 114+94+100=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #725E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E64 is #8DA19B. Grayscale: #646464. Windows color (decimal): -9281948 or 6577778. OLE color: 6577778.

HSL color Cylindrical-coordinate representation of color #725E64: hue angle of 342º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #725E64 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11494100-
CMYK00.180.120.55
HSL342º9.62%40.78%-
HSV(B)342º17.54%44.71%-
XYZ13.2412.513.77-
YUV100.66127.63137.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 100 (39.45% from 255) = 32.47%
R=37.01%
G=30.52%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149410000.180.120.553429.6240.78
Hex725E64012C37156a29
Octal16213614402214675261251
Binary11100101011110110010001001011001101111010101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725E64; }

 p { color: rgb(114,94,100); }

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

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

 a { background-color: rgb(114,94,100); }

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

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

 span { border-color: rgb(114,94,100); }

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