#725F69

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

Shades of Scorpion #725F69

Tints of Scorpion #725F69

Color information

#725F69 (or 0x725F69) is unknown color: approx Scorpion. HEX triplet: 72, 5F and 69. RGB value is (114,95,105). Sum of RGB (Red+Green+Blue) = 114+95+105=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #725F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F69 is #8DA096. Grayscale: #656565. Windows color (decimal): -9281687 or 6905714. OLE color: 6905714.

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

Color convert

RGB11495105-
CMYK00.170.080.55
HSL328.42º9.09%40.98%-
HSV(B)328.42º16.67%44.71%-
XYZ13.5812.7815.12-
YUV101.82129.79136.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=36.31%
G=30.25%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149510500.170.080.55328.429.0940.98
Hex725F69011837148929
Octal16213715102110675101151
Binary11100101011111110100101000110001101111010010001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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