#726061

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

Shades of Falcon #726061

Tints of Falcon #726061

Color information

#726061 (or 0x726061) is unknown color: approx Falcon. HEX triplet: 72, 60 and 61. RGB value is (114,96,97). Sum of RGB (Red+Green+Blue) = 114+96+97=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #726061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726061 is #8D9F9E. Grayscale: #656565. Windows color (decimal): -9281439 or 6381682. OLE color: 6381682.

HSL color Cylindrical-coordinate representation of color #726061: hue angle of 356.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #726061 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1149697-
CMYK00.160.150.55
HSL356.67º8.57%41.18%-
HSV(B)356.67º15.79%44.71%-
XYZ13.2812.8113.08-
YUV101.5125.46136.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=37.13%
G=31.27%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114969700.160.150.55356.678.5741.18
Hex726061010F37165929
Octal16214014102017675451151
Binary11100101100000110000101000011111101111011001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726061; }

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

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

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

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

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

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

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

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