#725F68

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

Shades of Scorpion #725F68

Tints of Scorpion #725F68

Color information

#725F68 (or 0x725F68) is unknown color: approx Scorpion. HEX triplet: 72, 5F and 68. RGB value is (114,95,104). Sum of RGB (Red+Green+Blue) = 114+95+104=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #725F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F68 is #8DA097. Grayscale: #656565. Windows color (decimal): -9281688 or 6840178. OLE color: 6840178.

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

Color convert

RGB11495104-
CMYK00.170.090.55
HSL331.58º9.09%40.98%-
HSV(B)331.58º16.67%44.71%-
XYZ13.5312.7614.85-
YUV101.71129.29136.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=36.42%
G=30.35%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149510400.170.090.55331.589.0940.98
Hex725F6801193714c929
Octal16213715002111675141151
Binary11100101011111110100001000110011101111010011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,95,104); }

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

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

 a { background-color: rgb(114,95,104); }

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

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

 span { border-color: rgb(114,95,104); }

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