#725C63

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

Shades of Scorpion #725C63

Tints of Scorpion #725C63

Color information

#725C63 (or 0x725C63) is unknown color: approx Scorpion. HEX triplet: 72, 5C and 63. RGB value is (114,92,99). Sum of RGB (Red+Green+Blue) = 114+92+99=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 114 - color contains mainly: red. Hex color #725C63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C63 is #8DA39C. Grayscale: #636363. Windows color (decimal): -9282461 or 6511730. OLE color: 6511730.

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

Color convert

RGB1149299-
CMYK00.190.130.55
HSL340.91º10.68%40.39%-
HSV(B)340.91º19.3%44.71%-
XYZ13.0212.1313.46-
YUV99.38127.79138.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=37.38%
G=30.16%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114929900.190.130.55340.9110.6840.39
Hex725C63013D37155b28
Octal16213414302315675251350
Binary11100101011100110001101001111011101111010101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,92,99); }

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

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

 a { background-color: rgb(114,92,99); }

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

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

 span { border-color: rgb(114,92,99); }

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