Html Css Color HEX #7C565B Falcon

📋 copy color: '#7C565B'

red 124 ◦ green 86 ◦ blue 91

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

Shades of Falcon #7C565B

Tints of Falcon #7C565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.57%

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

R = 41.2%
G = 28.57%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7C565B (or 0x7C565B) is known color: Falcon. HEX triplet: 7C, 56 and 5B. RGB value is (124,86,91). Sum of RGB (Red+Green+Blue) = 124+86+91=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C565B is #83A9A4. Grayscale: #616161. Windows color (decimal): -8628645 or 5985916. OLE color: 5985916.

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

Color convert

RGB 124 86 91 -
CMYK 0 0.31 0.27 0.51
HSL 352.11º 0.18% 0.41% -
HSV(B) 352.11º 0.31% 0.49% -
XYZ 13.53 11.7 11.44 -
YUV 97.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 124 86 91 0 0.31 0.27 0.51 352.11 0.18 0.41
Hex 7C 56 5B 0 1F 1B 33 160 12 29
Octal 174 126 133 0 37 33 63 540 22 51
Binary 1111100 1010110 1011011 0 11111 11011 110011 101100000 10010 101001

Color Harmonies of #7C565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C565B

Black with #7C565B

Text Example


Text Example

White with #7C565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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