Html Css Color HEX #7C5E61 Falcon

📋 copy color: '#7C5E61'

red 124 ◦ green 94 ◦ blue 97

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

Shades of Falcon #7C5E61

Tints of Falcon #7C5E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.84%

 BLUE value IS 97 (38.28% from 255) = 30.79%

R = 39.37%
G = 29.84%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7C5E61 (or 0x7C5E61) is known color: Falcon. HEX triplet: 7C, 5E and 61. RGB value is (124,94,97). Sum of RGB (Red+Green+Blue) = 124+94+97=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E61 is #83A19E. Grayscale: #676767. Windows color (decimal): -8626591 or 6381180. OLE color: 6381180.

HSL color Cylindrical-coordinate representation of color #7C5E61: hue angle of 354º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7C5E61 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 94 97 -
CMYK 0 0.24 0.22 0.51
HSL 354º 0.14% 0.43% -
HSV(B) 354º 0.24% 0.49% -
XYZ 14.47 13.15 13.09 -
YUV 103.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 124 94 97 0 0.24 0.22 0.51 354 0.14 0.43
Hex 7C 5E 61 0 18 16 33 162 E 2B
Octal 174 136 141 0 30 26 63 542 16 53
Binary 1111100 1011110 1100001 0 11000 10110 110011 101100010 1110 101011

Color Harmonies of #7C5E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5E61

Black with #7C5E61

Text Example


Text Example

White with #7C5E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,94,97); }

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

background-color css

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

 a { background-color: rgb(124,94,97); }

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

border-color css

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

 span { border-color: rgb(124,94,97); }

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