Html Css Color HEX #7C5557 Falcon

📋 copy color: '#7C5557'

red 124 ◦ green 85 ◦ blue 87

#7C5557
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #7C5557

Tints of Falcon #7C5557

RGB

 RED value IS 124 (48.83% from 255) = 41.89%

 GREEN value IS 85 (33.59% from 255) = 28.72%

 BLUE value IS 87 (34.38% from 255) = 29.39%

R = 41.89%
G = 28.72%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7C5557 (or 0x7C5557) is known color: Falcon. HEX triplet: 7C, 55 and 57. RGB value is (124,85,87). Sum of RGB (Red+Green+Blue) = 124+85+87=296 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.89% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5557 is #83AAA8. Grayscale: #606060. Windows color (decimal): -8628905 or 5723516. OLE color: 5723516.

HSL color Cylindrical-coordinate representation of color #7C5557: hue angle of 356.92º 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 #7C5557 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 85 87 -
CMYK 0 0.31 0.30 0.51
HSL 356.92º 0.19% 0.41% -
HSV(B) 356.92º 0.31% 0.49% -
XYZ 13.28 11.47 10.53 -
YUV 96.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 124 85 87 0 0.31 0.30 0.51 356.92 0.19 0.41
Hex 7C 55 57 0 1F 1E 33 165 13 29
Octal 174 125 127 0 37 36 63 545 23 51
Binary 1111100 1010101 1010111 0 11111 11110 110011 101100101 10011 101001

Color Harmonies of #7C5557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5557

Black with #7C5557

Text Example


Text Example

White with #7C5557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C5557;
 }
 .AnyTagClassName
 {
   color: #7C5557;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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