#725B5C

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

Shades of Falcon #725B5C

Tints of Falcon #725B5C

Color information

#725B5C (or 0x725B5C) is unknown color: approx Falcon. HEX triplet: 72, 5B and 5C. RGB value is (114,91,92). Sum of RGB (Red+Green+Blue) = 114+91+92=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #725B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B5C is #8DA4A3. Grayscale: #626262. Windows color (decimal): -9282724 or 6052722. OLE color: 6052722.

HSL color Cylindrical-coordinate representation of color #725B5C: hue angle of 357.39º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #725B5C is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1149192-
CMYK00.200.190.55
HSL357.39º11.22%40.2%-
HSV(B)357.39º20.18%44.71%-
XYZ12.6111.8311.74-
YUV97.99124.62139.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=38.38%
G=30.64%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114919200.200.190.55357.3911.2240.2
Hex725B5C0141337165b28
Octal16213313402423675451350
Binary111001010110111011100010100100111101111011001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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