#7C5558

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

Shades of Falcon #7C5558

Tints of Falcon #7C5558

Color information

#7C5558 (or 0x7C5558) is unknown color: approx Falcon. HEX triplet: 7C, 55 and 58. RGB value is (124,85,88). Sum of RGB (Red+Green+Blue) = 124+85+88=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5558 is #83AAA7. Grayscale: #616161. Windows color (decimal): -8628904 or 5789052. OLE color: 5789052.

HSL color Cylindrical-coordinate representation of color #7C5558: hue angle of 355.38º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C5558 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB1248588-
CMYK00.310.290.51
HSL355.38º18.66%40.98%-
HSV(B)355.38º31.45%48.63%-
XYZ13.3211.4910.75-
YUV97122.92147.26-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.75%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 88 (34.77% from 255) = 29.63%
R=41.75%
G=28.62%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124858800.310.290.51355.3818.6640.98
Hex7C555801F1D331631329
Octal17412513003735635432351
Binary1111100101010110110000111111110111001110110001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C5558; }

 p { color: rgb(124,85,88); }

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

<style>
 a { background-color: #7C5558; }

 a { background-color: rgb(124,85,88); }

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

<style>
 span { border-color: #7C5558; }

 span { border-color: rgb(124,85,88); }

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