#725F62

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

Shades of Falcon #725F62

Tints of Falcon #725F62

Color information

#725F62 (or 0x725F62) is unknown color: approx Falcon. HEX triplet: 72, 5F and 62. RGB value is (114,95,98). Sum of RGB (Red+Green+Blue) = 114+95+98=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #725F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F62 is #8DA09D. Grayscale: #656565. Windows color (decimal): -9281694 or 6446962. OLE color: 6446962.

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

Color convert

RGB1149598-
CMYK00.170.140.55
HSL350.53º9.09%40.98%-
HSV(B)350.53º16.67%44.71%-
XYZ13.2412.6413.3-
YUV101.02126.29137.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 98 (38.67% from 255) = 31.92%
R=37.13%
G=30.94%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114959800.170.140.55350.539.0940.98
Hex725F62011E3715f929
Octal16213714202116675371151
Binary11100101011111110001001000111101101111010111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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