#725C60

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

Shades of Falcon #725C60

Tints of Falcon #725C60

Color information

#725C60 (or 0x725C60) is unknown color: approx Falcon. HEX triplet: 72, 5C and 60. RGB value is (114,92,96). Sum of RGB (Red+Green+Blue) = 114+92+96=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #725C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C60 is #8DA39F. Grayscale: #636363. Windows color (decimal): -9282464 or 6315122. OLE color: 6315122.

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

Color convert

RGB1149296-
CMYK00.190.160.55
HSL349.09º10.68%40.39%-
HSV(B)349.09º19.3%44.71%-
XYZ12.8812.0812.72-
YUV99.03126.29138.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 92 (36.33% from 255) = 30.46%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=37.75%
G=30.46%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114929600.190.160.55349.0910.6840.39
Hex725C60013103715db28
Octal16213414002320675351350
Binary111001010111001100000010011100001101111010111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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