Html Css Color HEX #7C6365 Falcon

📋 copy color: '#7C6365'

red 124 ◦ green 99 ◦ blue 101

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

Shades of Falcon #7C6365

Tints of Falcon #7C6365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

 BLUE value IS 101 (39.84% from 255) = 31.17%

R = 38.27%
G = 30.56%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7C6365 (or 0x7C6365) is known color: Falcon. HEX triplet: 7C, 63 and 65. RGB value is (124,99,101). Sum of RGB (Red+Green+Blue) = 124+99+101=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6365 is #839C9A. Grayscale: #6A6A6A. Windows color (decimal): -8625307 or 6644604. OLE color: 6644604.

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

Color convert

RGB 124 99 101 -
CMYK 0 0.20 0.19 0.51
HSL 355.2º 0.11% 0.44% -
HSV(B) 355.2º 0.2% 0.49% -
XYZ 15.12 14.15 14.25 -
YUV 106.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 124 99 101 0 0.20 0.19 0.51 355.2 0.11 0.44
Hex 7C 63 65 0 14 13 33 163 B 2C
Octal 174 143 145 0 24 23 63 543 13 54
Binary 1111100 1100011 1100101 0 10100 10011 110011 101100011 1011 101100

Color Harmonies of #7C6365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6365

Black with #7C6365

Text Example


Text Example

White with #7C6365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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