Html Css Color HEX #7C5B62 Falcon

📋 copy color: '#7C5B62'

red 124 ◦ green 91 ◦ blue 98

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

Shades of Falcon #7C5B62

Tints of Falcon #7C5B62

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

 BLUE value IS 98 (38.67% from 255) = 31.31%

R = 39.62%
G = 29.07%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7C5B62 (or 0x7C5B62) is known color: Falcon. HEX triplet: 7C, 5B and 62. RGB value is (124,91,98). Sum of RGB (Red+Green+Blue) = 124+91+98=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C5B62 is #83A49D. Grayscale: #656565. Windows color (decimal): -8627358 or 6445948. OLE color: 6445948.

HSL color Cylindrical-coordinate representation of color #7C5B62: hue angle of 347.27º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C5B62 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 91 98 -
CMYK 0 0.27 0.21 0.51
HSL 347.27º 0.15% 0.42% -
HSV(B) 347.27º 0.27% 0.49% -
XYZ 14.26 12.65 13.25 -
YUV 101.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 124 91 98 0 0.27 0.21 0.51 347.27 0.15 0.42
Hex 7C 5B 62 0 1B 15 33 15B F 2A
Octal 174 133 142 0 33 25 63 533 17 52
Binary 1111100 1011011 1100010 0 11011 10101 110011 101011011 1111 101010

Color Harmonies of #7C5B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5B62

Black with #7C5B62

Text Example


Text Example

White with #7C5B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,91,98); }

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

background-color css

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

 a { background-color: rgb(124,91,98); }

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

border-color css

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

 span { border-color: rgb(124,91,98); }

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