#725058

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

Shades of Falcon #725058

Tints of Falcon #725058

Color information

#725058 (or 0x725058) is unknown color: approx Falcon. HEX triplet: 72, 50 and 58. RGB value is (114,80,88). Sum of RGB (Red+Green+Blue) = 114+80+88=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #725058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725058 is #8DAFA7. Grayscale: #5B5B5B. Windows color (decimal): -9285544 or 5787762. OLE color: 5787762.

HSL color Cylindrical-coordinate representation of color #725058: hue angle of 345.88º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725058 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1148088-
CMYK00.300.230.55
HSL345.88º17.53%38.04%-
HSV(B)345.88º29.82%44.71%-
XYZ11.5710.0210.56-
YUV91.08126.26144.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=40.43%
G=28.37%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114808800.300.230.55345.8817.5338.04
Hex72505801E173715a1226
Octal16212013003627675322246
Binary1110010101000010110000111101011111011110101101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725058; }

 p { color: rgb(114,80,88); }

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

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

 a { background-color: rgb(114,80,88); }

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

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

 span { border-color: rgb(114,80,88); }

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