Html Css Color HEX #7C6566 Falcon

📋 copy color: '#7C6566'

red 124 ◦ green 101 ◦ blue 102

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

Shades of Falcon #7C6566

Tints of Falcon #7C6566

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.89%

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 37.92%
G = 30.89%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#7C6566 (or 0x7C6566) is known color: Falcon. HEX triplet: 7C, 65 and 66. RGB value is (124,101,102). Sum of RGB (Red+Green+Blue) = 124+101+102=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6566 is #839A99. Grayscale: #6C6C6C. Windows color (decimal): -8624794 or 6710652. OLE color: 6710652.

HSL color Cylindrical-coordinate representation of color #7C6566: hue angle of 357.39º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7C6566 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 101 102 -
CMYK 0 0.19 0.18 0.51
HSL 357.39º 0.1% 0.44% -
HSV(B) 357.39º 0.19% 0.49% -
XYZ 15.36 14.55 14.57 -
YUV 107.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 124 101 102 0 0.19 0.18 0.51 357.39 0.1 0.44
Hex 7C 65 66 0 13 12 33 165 A 2C
Octal 174 145 146 0 23 22 63 545 12 54
Binary 1111100 1100101 1100110 0 10011 10010 110011 101100101 1010 101100

Color Harmonies of #7C6566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6566

Black with #7C6566

Text Example


Text Example

White with #7C6566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,101,102); }

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

background-color css

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

 a { background-color: rgb(124,101,102); }

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

border-color css

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

 span { border-color: rgb(124,101,102); }

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