#725E5F

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

Shades of Falcon #725E5F

Tints of Falcon #725E5F

Color information

#725E5F (or 0x725E5F) is unknown color: approx Falcon. HEX triplet: 72, 5E and 5F. RGB value is (114,94,95). Sum of RGB (Red+Green+Blue) = 114+94+95=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #725E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E5F is #8DA1A0. Grayscale: #646464. Windows color (decimal): -9281953 or 6250098. OLE color: 6250098.

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

Color convert

RGB1149495-
CMYK00.180.170.55
HSL357º9.62%40.78%-
HSV(B)357º17.54%44.71%-
XYZ13.0112.4112.54-
YUV100.09125.13137.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=37.62%
G=31.02%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114949500.180.170.553579.6240.78
Hex725E5F0121137165a29
Octal16213613702221675451251
Binary111001010111101011111010010100011101111011001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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