Html Css Color HEX #7C5E64 Falcon

📋 copy color: '#7C5E64'

red 124 ◦ green 94 ◦ blue 100

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

Shades of Falcon #7C5E64

Tints of Falcon #7C5E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.45%

R = 38.99%
G = 29.56%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C5E64 (or 0x7C5E64) is known color: Falcon. HEX triplet: 7C, 5E and 64. RGB value is (124,94,100). Sum of RGB (Red+Green+Blue) = 124+94+100=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5E64 is #83A19B. Grayscale: #676767. Windows color (decimal): -8626588 or 6577788. OLE color: 6577788.

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

Color convert

RGB 124 94 100 -
CMYK 0 0.24 0.19 0.51
HSL 348º 0.14% 0.43% -
HSV(B) 348º 0.24% 0.49% -
XYZ 14.62 13.21 13.84 -
YUV 103.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 124 94 100 0 0.24 0.19 0.51 348 0.14 0.43
Hex 7C 5E 64 0 18 13 33 15C E 2B
Octal 174 136 144 0 30 23 63 534 16 53
Binary 1111100 1011110 1100100 0 11000 10011 110011 101011100 1110 101011

Color Harmonies of #7C5E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5E64

Black with #7C5E64

Text Example


Text Example

White with #7C5E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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