#725A5C

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

Shades of Falcon #725A5C

Tints of Falcon #725A5C

Color information

#725A5C (or 0x725A5C) is unknown color: approx Falcon. HEX triplet: 72, 5A and 5C. RGB value is (114,90,92). Sum of RGB (Red+Green+Blue) = 114+90+92=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #725A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A5C is #8DA5A3. Grayscale: #616161. Windows color (decimal): -9282980 or 6052466. OLE color: 6052466.

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

Color convert

RGB1149092-
CMYK00.210.190.55
HSL355º11.76%40%-
HSV(B)355º21.05%44.71%-
XYZ12.5311.6611.72-
YUV97.4124.95139.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 92 (36.33% from 255) = 31.08%
R=38.51%
G=30.41%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114909200.210.190.5535511.7640
Hex725A5C0151337163c28
Octal16213213402523675431450
Binary111001010110101011100010101100111101111011000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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