#72545A

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

Shades of Falcon #72545A

Tints of Falcon #72545A

Color information

#72545A (or 0x72545A) is unknown color: approx Falcon. HEX triplet: 72, 54 and 5A. RGB value is (114,84,90). Sum of RGB (Red+Green+Blue) = 114+84+90=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #72545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72545A is #8DABA5. Grayscale: #5D5D5D. Windows color (decimal): -9284518 or 5919858. OLE color: 5919858.

HSL color Cylindrical-coordinate representation of color #72545A: hue angle of 348º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72545A is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1148490-
CMYK00.260.210.55
HSL348º15.15%38.82%-
HSV(B)348º26.32%44.71%-
XYZ11.9610.6611.1-
YUV93.65125.94142.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.58%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=39.58%
G=29.17%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114849000.260.210.5534815.1538.82
Hex72545A01A153715cf27
Octal16212413203225675341747
Binary111001010101001011010011010101011101111010111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72545A; }

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

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

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

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

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

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

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

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