#725F66

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

Shades of Scorpion #725F66

Tints of Scorpion #725F66

Color information

#725F66 (or 0x725F66) is unknown color: approx Scorpion. HEX triplet: 72, 5F and 66. RGB value is (114,95,102). Sum of RGB (Red+Green+Blue) = 114+95+102=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #725F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F66 is #8DA099. Grayscale: #656565. Windows color (decimal): -9281690 or 6709106. OLE color: 6709106.

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

Color convert

RGB11495102-
CMYK00.170.110.55
HSL337.89º9.09%40.98%-
HSV(B)337.89º16.67%44.71%-
XYZ13.4312.7214.32-
YUV101.48128.29136.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 102 (40.23% from 255) = 32.80%
R=36.66%
G=30.55%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149510200.170.110.55337.899.0940.98
Hex725F66011B37152929
Octal16213714602113675221151
Binary11100101011111110011001000110111101111010100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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