#726062

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

Shades of Falcon #726062

Tints of Falcon #726062

Color information

#726062 (or 0x726062) is unknown color: approx Falcon. HEX triplet: 72, 60 and 62. RGB value is (114,96,98). Sum of RGB (Red+Green+Blue) = 114+96+98=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #726062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726062 is #8D9F9D. Grayscale: #656565. Windows color (decimal): -9281438 or 6447218. OLE color: 6447218.

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

Color convert

RGB1149698-
CMYK00.160.140.55
HSL353.33º8.57%41.18%-
HSV(B)353.33º15.79%44.71%-
XYZ13.3312.8213.33-
YUV101.61125.96136.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 98 (38.67% from 255) = 31.82%
R=37.01%
G=31.17%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114969800.160.140.55353.338.5741.18
Hex726062010E37161929
Octal16214014202016675411151
Binary11100101100000110001001000011101101111011000011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726062; }

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

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

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

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

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

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

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

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