#725C67

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

Shades of Scorpion #725C67

Tints of Scorpion #725C67

Color information

#725C67 (or 0x725C67) is unknown color: approx Scorpion. HEX triplet: 72, 5C and 67. RGB value is (114,92,103). Sum of RGB (Red+Green+Blue) = 114+92+103=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #725C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C67 is #8DA398. Grayscale: #636363. Windows color (decimal): -9282457 or 6773874. OLE color: 6773874.

HSL color Cylindrical-coordinate representation of color #725C67: hue angle of 330º 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 #725C67 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11492103-
CMYK00.190.100.55
HSL330º10.68%40.39%-
HSV(B)330º19.3%44.71%-
XYZ13.2112.2114.49-
YUV99.83129.79138.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 92 (36.33% from 255) = 29.77%
BLUE value IS 103 (40.62% from 255) = 33.33%
R=36.89%
G=29.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149210300.190.100.5533010.6840.39
Hex725C67013A3714ab28
Octal16213414702312675121350
Binary11100101011100110011101001110101101111010010101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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