#725C5D

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

Shades of Falcon #725C5D

Tints of Falcon #725C5D

Color information

#725C5D (or 0x725C5D) is unknown color: approx Falcon. HEX triplet: 72, 5C and 5D. RGB value is (114,92,93). Sum of RGB (Red+Green+Blue) = 114+92+93=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #725C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C5D is #8DA3A2. Grayscale: #626262. Windows color (decimal): -9282467 or 6118514. OLE color: 6118514.

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

Color convert

RGB1149293-
CMYK00.190.180.55
HSL357.27º10.68%40.39%-
HSV(B)357.27º19.3%44.71%-
XYZ12.7412.0212-
YUV98.69124.79138.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 92 (36.33% from 255) = 30.77%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=38.13%
G=30.77%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114929300.190.180.55357.2710.6840.39
Hex725C5D0131237165b28
Octal16213413502322675451350
Binary111001010111001011101010011100101101111011001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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