#725A5B

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

Shades of Falcon #725A5B

Tints of Falcon #725A5B

Color information

#725A5B (or 0x725A5B) is unknown color: approx Falcon. HEX triplet: 72, 5A and 5B. RGB value is (114,90,91). Sum of RGB (Red+Green+Blue) = 114+90+91=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #725A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A5B is #8DA5A4. Grayscale: #616161. Windows color (decimal): -9282981 or 5986930. OLE color: 5986930.

HSL color Cylindrical-coordinate representation of color #725A5B: hue angle of 357.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #725A5B is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1149091-
CMYK00.210.200.55
HSL357.5º11.76%40%-
HSV(B)357.5º21.05%44.71%-
XYZ12.4811.6511.49-
YUV97.29124.45139.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=38.64%
G=30.51%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114909100.210.200.55357.511.7640
Hex725A5B0151437166c28
Octal16213213302524675461450
Binary111001010110101011011010101101001101111011001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,90,91); }

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

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

 a { background-color: rgb(114,90,91); }

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

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

 span { border-color: rgb(114,90,91); }

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