#72585B

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

Shades of Falcon #72585B

Tints of Falcon #72585B

Color information

#72585B (or 0x72585B) is unknown color: approx Falcon. HEX triplet: 72, 58 and 5B. RGB value is (114,88,91). Sum of RGB (Red+Green+Blue) = 114+88+91=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #72585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72585B is #8DA7A4. Grayscale: #606060. Windows color (decimal): -9283493 or 5986418. OLE color: 5986418.

HSL color Cylindrical-coordinate representation of color #72585B: hue angle of 353.08º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72585B is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1148891-
CMYK00.230.200.55
HSL353.08º12.87%39.61%-
HSV(B)353.08º22.81%44.71%-
XYZ12.3211.3111.43-
YUV96.12125.11140.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=38.91%
G=30.03%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114889100.230.200.55353.0812.8739.61
Hex72585B0171437161d28
Octal16213013302724675411550
Binary111001010110001011011010111101001101111011000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72585B; }

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

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

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

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

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

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

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

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