Html Css Color HEX #7C595B Falcon

📋 copy color: '#7C595B'

red 124 ◦ green 89 ◦ blue 91

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

Shades of Falcon #7C595B

Tints of Falcon #7C595B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.28%

 BLUE value IS 91 (35.94% from 255) = 29.93%

R = 40.79%
G = 29.28%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C595B (or 0x7C595B) is known color: Falcon. HEX triplet: 7C, 59 and 5B. RGB value is (124,89,91). Sum of RGB (Red+Green+Blue) = 124+89+91=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C595B is #83A6A4. Grayscale: #636363. Windows color (decimal): -8627877 or 5986684. OLE color: 5986684.

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

Color convert

RGB 124 89 91 -
CMYK 0 0.28 0.27 0.51
HSL 356.57º 0.16% 0.42% -
HSV(B) 356.57º 0.28% 0.49% -
XYZ 13.77 12.19 11.52 -
YUV 99.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 124 89 91 0 0.28 0.27 0.51 356.57 0.16 0.42
Hex 7C 59 5B 0 1C 1B 33 165 10 2A
Octal 174 131 133 0 34 33 63 545 20 52
Binary 1111100 1011001 1011011 0 11100 11011 110011 101100101 10000 101010

Color Harmonies of #7C595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C595B

Black with #7C595B

Text Example


Text Example

White with #7C595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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