#72555C

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

Shades of Falcon #72555C

Tints of Falcon #72555C

Color information

#72555C (or 0x72555C) is unknown color: approx Falcon. HEX triplet: 72, 55 and 5C. RGB value is (114,85,92). Sum of RGB (Red+Green+Blue) = 114+85+92=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 92 (36.33% from 255 or 31.62% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #72555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72555C is #8DAAA3. Grayscale: #5E5E5E. Windows color (decimal): -9284260 or 6051186. OLE color: 6051186.

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

Color convert

RGB1148592-
CMYK00.250.190.55
HSL345.52º14.57%39.02%-
HSV(B)345.52º25.44%44.71%-
XYZ12.1210.8511.58-
YUV94.47126.61141.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 92 (36.33% from 255) = 31.62%
R=39.18%
G=29.21%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114859200.250.190.55345.5214.5739.02
Hex72555C019133715af27
Octal16212513403123675321747
Binary111001010101011011100011001100111101111010110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72555C; }

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

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

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

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

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

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

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

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